Title: WordPress srcset image sizes
Last modified: November 9, 2024

---

# WordPress srcset image sizes

 *  [somerandomus3rnam3](https://wordpress.org/support/users/somerandomus3rnam3/)
 * (@somerandomus3rnam3)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/wordpress-srcset-image-sizes/)
 * On uploading an image to WordPress using Astra theme + Spectra, it generates 
   the following image sizes,
    1. img-150×150.jpg
    2. img-300×135.jpg
    3. img-768×345.jpg
    4. img-800×360.jpg
    5. img-1200×675.jpg
    6. img-1536×691.jpg
    7. img-2048×921.jpg
    8. img.jpg
 * But when I use this image in a post using the image+ block. i.e. the one that
   says, “Add image with multiple customizations”
 * and inspect the srcset attribute, I only see two width specifications, 780w and
   360w. Also, they both point to the same image, `img.jpg`
 * `srcset="img.jpg ,img.jpg 780w, img.jpg 360w"`
   `sizes="(max-width: 480px) 150px"`
 * Irrespective of screen dimensions, it always loads `img.jpg`. Why is this? Shouldn’t
   srcset show the other images and load the appropriate ones based on screen dimensions?
 * Surprisingly, this works fine when using just the image block (one that reads,“
   Insert an image to make a visual statement”).
    -  This topic was modified 1 year, 6 months ago by [somerandomus3rnam3](https://wordpress.org/support/users/somerandomus3rnam3/).

Viewing 1 replies (of 1 total)

 *  [Aradhy Singh](https://wordpress.org/support/users/bsfaradhy/)
 * (@bsfaradhy)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/wordpress-srcset-image-sizes/#post-18132280)
 * Hi [@somerandomus3rnam3](https://wordpress.org/support/users/somerandomus3rnam3/),
 * I am unsure if I have understood the exact concern. Can you please provide a 
   screenshot or a screencast demonstrating this? This will help us get a better
   understanding of the situation and assist you with a precise solution.
 * Kind regards,
    Aradhy 😊

Viewing 1 replies (of 1 total)

The topic ‘WordPress srcset image sizes’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/astra/4.13.3/screenshot.jpg)
 * Astra
 * [Support Threads](https://wordpress.org/support/theme/astra/)
 * [Active Topics](https://wordpress.org/support/theme/astra/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/astra/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/astra/reviews/)

## Tags

 * [image](https://wordpress.org/support/topic-tag/image/)
 * [media](https://wordpress.org/support/topic-tag/media/)
 * [sizes](https://wordpress.org/support/topic-tag/sizes/)
 * [srcset](https://wordpress.org/support/topic-tag/srcset/)

 * 1 reply
 * 2 participants
 * Last reply from: [Aradhy Singh](https://wordpress.org/support/users/bsfaradhy/)
 * Last activity: [1 year, 6 months ago](https://wordpress.org/support/topic/wordpress-srcset-image-sizes/#post-18132280)
 * Status: not resolved