Thread Starter
tobau
(@tobau)
That leads me to another questions.
I turned on the plugin. I uploaded to images via FTP (not generated by the plugin) name is filename.jpg and [email protected]
One is 180×180 the retina is 360x360px.
The code says:
<img class=”…” title=”” alt=”…” srcset=”//localhost:3000/wp-content/uploads/2015/08/filename.jpg, //localhost:3000/wp-content/uploads/2015/08/[email protected] 2x”>
Only the @x2 will be shown no matter if I am on a Retina screen or not. Or actually I am not sure what gets shown since there are both images in the code.
Is there a rule that the normale image (filename) has to be insert in the post? And when there is a [email protected] in the same folder the plugin pulls this one on Retina. This is at least how I understand the plugin.
It looks like I need help 😉