• Hi ??
    I like your plugin, but can you please add a mode with HTML <picture>, eg replace standard <img /> to

    <picture>
      <source srcset="img/awesomeWebPImage.webp" type="image/webp">
      <img src="img/creakyOldJPEG.jpg" alt="Alt Text!">
    </picture>

    It would be fantastic

    • This topic was modified 3 years, 6 months ago by brabrubra. Reason: mistake
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    Hello @brabrubra,

    Thanks for your message.

    Why do you think it is needed? The plugin works using rewrites in the .htaccess file and does not modify the HTML code.

    Best,
    Mateusz

    Thread Starter brabrubra

    (@brabrubra)

    Hi @mateuszgbiorczyk

    I’ve been using your plugin almost since its inception. I like it.
    I have about 15 projects on WordPress, and customers (more than 20) are also on WordPress. I always encounter a problem with the correct Image loading mode setting, since everyone has different servers and environments, it takes a lot of time and effort. The documentation doesn’t always help. On some projects, I had to remove the plugin and use others, although I like yours.
    Therefore, if there was an Image loading mode with HTML <picture> tag, then it would solve all these problems that I described above, and also save a lot of nerves for new users of your cool plugin.

    Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    @brabrubra If you had any problems with the configuration and you managed to solve them, please share this information. I’d love to add them to the plugin FAQ.

    On the other hand, the picture tag is not a good solution, as it won’t work for background-image, for example. People add images in different ways and it would be hard to make it work everywhere.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Great, but..’ is closed to new replies.