I am looking at using a CDN to improve the speed images are served, etc, and the one I am looking at requires me to change all the src references to data-spai-src.
So for example:
<img class=“aligncenter” src=“https://shortpixel.com/img/robot_lookleft_wink.png” alt=“robo winks” width=“600” height=“933” />
Would have to change it to:
<img class=“aligncenter” data-spai-src=“https://shortpixel.com/img/robot_lookleft_wink.png” alt=“robo winks” width=“600” height=“933” />
Is it possible to do this in Rapidweaver?