Hi, I am trying to use the plugin to add the preload tag to Gutenberg cover block images, but even entering the correct url in the plugin settings field nothing happens. Maybe it doesn’t work with Gutenberg?
]]>Hi guys,
Is Preload Requests able to preload responsive images?
In order to preload responsive images one would add such a link inside it’s html:
<link rel="preload" as="image" href="wolf.jpg" imagesrcset="wolf_400px.jpg 400w, wolf_800px.jpg 800w, wolf_1600px.jpg 1600w" imagesizes="50vw">
Can I make this work with Preload Requests?
Thank you,
Andrei