• Hi, your theme is great! I love it. I have a question. Is there a solution to serve different image sizes for different display sizes? Something like the following:

    <picture>
    <source srcset=”examples/images/extralarge.jpg” media=”(min-width: 1000px)”>
    <source srcset=”examples/images/large.jpg” media=”(min-width: 800px)”>
    <source srcset=”examples/images/medium.jpg”>

    <!– fallback –>
    <img srcset=”examples/images/medium.jpg” alt=”alt text”>
    </picture>

    + the 2x for retina displays.

    Will there be an update or will I have to edit all theme-files?

    Bye

    Ner3y

  • The topic ‘Responsive/Adaptive Images’ is closed to new replies.