Title: Responsive image size (srcset)
Last modified: February 8, 2021

---

# Responsive image size (srcset)

 *  Resolved [princesshorsepower](https://wordpress.org/support/users/princesshorsepower/)
 * (@princesshorsepower)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/responsive-image-size-srcset/)
 * Is there any way SmartSlider could support srcset to let the browser choose the
   downloaded image size?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Nextendweb](https://wordpress.org/support/users/nextendweb/)
 * (@nextendweb)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/responsive-image-size-srcset/#post-14019564)
 * Hi [@princesshorsepower](https://wordpress.org/support/users/princesshorsepower/),
   
   this feature is not ready yet. It is related to the webp compression feature.
   Smart Slider will generate webp in multiple sizes so the browser can decide what
   to download.
 * It will look like this:
 *     ```
       <picture>
       <source srcset="//smartslider3.com/wp-content/uploads/slider/cache/f3b1ddf2a5c4a161ec12dedcdf79683f/portfolio.webp" type="image/webp" media="(max-width: 188px)"><source srcset="//smartslider3.com/wp-content/uploads/slider/cache/5102a14850664004f09dc072bff5976b/portfolio.webp" type="image/webp" media="(max-width: 314px)">
       <source srcset="//smartslider3.com/wp-content/uploads/slider/cache/9f503b2fb951988540309933d7418cc6/portfolio.webp" type="image/webp">
       <img id="n2-ss-560item12" alt="" class="skip-lazy" loading="lazy" width="629" height="777" data-skip-lazy="1" src="//smartslider3.com/wp-content/uploads/slider560/portfolio.png">
       </picture>
       ```
   
 * This feature will be available in the pro version soon.
    -  This reply was modified 5 years, 3 months ago by [Nextendweb](https://wordpress.org/support/users/nextendweb/).
    -  This reply was modified 5 years, 3 months ago by [Nextendweb](https://wordpress.org/support/users/nextendweb/).
 *  Thread Starter [princesshorsepower](https://wordpress.org/support/users/princesshorsepower/)
 * (@princesshorsepower)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/responsive-image-size-srcset/#post-14041193)
 * Can’t wait for it.
    Could you add an option to just use the thumbsnails which
   are already created by WordPress. I already have jpeg and webp in different sizes.
   So in many cases there is no need to create new ones…
 *  Plugin Author [Nextendweb](https://wordpress.org/support/users/nextendweb/)
 * (@nextendweb)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/responsive-image-size-srcset/#post-14041215)
 * [@princesshorsepower](https://wordpress.org/support/users/princesshorsepower/),
   at first it won’t be possible. Webp support will come with the following settings:
   [https://i.imgur.com/p1qVUi2.png](https://i.imgur.com/p1qVUi2.png)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Responsive image size (srcset)’ is closed to new replies.

 * ![](https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688)
 * [Smart Slider 3](https://wordpress.org/plugins/smart-slider-3/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/smart-slider-3/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/smart-slider-3/)
 * [Active Topics](https://wordpress.org/support/plugin/smart-slider-3/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/smart-slider-3/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/smart-slider-3/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Nextendweb](https://wordpress.org/support/users/nextendweb/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/responsive-image-size-srcset/#post-14041215)
 * Status: resolved