Hey guys,
please see my screenshot. This is a SEO topic. When you are able to edit html you can use dynamic image sizes like this:
<img src srcset size>
Depending on the size of the image on screen, the browser would load the appropriate image and improve loading time.
It would be super cool if you could provide a GUI Feature to use dynamic image sizes. Either the user could create images of different resolutions or your tool could create them which would be even better! That would be a PREMIUM Feature!
Proposal from Dev to Devs:
- User uploads an Image of height 1200px
- you generate images of height 1024px 512px 256px and 128px and integrate them in the srcset attribute as shown above
-> This will dramatically improve the LCP Times (see second screenshot)
Kind regards
Alex
PS: Right now there is no possibility for me to do this with your tool unless I am using a postscript to manipulate the html files
Hey guys, please see my screenshot. This is a SEO topic. When you are able to edit html you can use dynamic image sizes like this: <img src srcset size> Depending on the size of the image on screen, the browser would load the appropriate image and improve loading time. It would be super cool if you could provide a GUI Feature to use dynamic image sizes. Either the user could create images of different resolutions or your tool could create them which would be even better! That would be a PREMIUM Feature! Proposal from Dev to Devs: - User uploads an Image of height 1200px - you generate images of height 1024px 512px 256px and 128px and integrate them in the srcset attribute as shown above -> This will dramatically improve the LCP Times (see second screenshot) Kind regards Alex PS: Right now there is no possibility for me to do this with your tool unless I am using a postscript to manipulate the html files