Not responsive images
You can use library with
<img>
tag as well. Below is an example of image that will be replaced with optimised
version:<img data-op="resize?size=x600" data-src="https://yoursite.com/doggy.png" data-pb-image/>
To process all images:
window.Pixboost.image({apiKey: 'API_KEY'})
Last modified 1mo ago