img tag srcset URLs not changed
-
Hi,
I have a localhost site for which I am using ngrok to access remotely for testing on various devices. I learned about your plugin Relative URL on their site. For the most part it works very well.
However, I have a problem with an image not displaying. Here is the img tag copied using FireBug:
<img class=”so-widget-image” height=”654″ width=”600″ title=”Fly away home!” srcset=”https://imgsite01.imgsite/wp-content/uploads/2016/06/LadyBug03.png 600w, https://imgsite01.imgsite/wp-content/uploads/2016/06/LadyBug03-275×300.png 275w, https://imgsite01.imgsite/wp-content/uploads/2016/06/LadyBug03-596×650.png 596w” src=”/wp-content/uploads/2016/06/LadyBug03.png”>
You will note that src= has been made relative while the srcset= URLs are still absolute.
Regards,
Jake
- The topic ‘img tag srcset URLs not changed’ is closed to new replies.