Best practice for number of srcset items? #728
Unanswered
nathanchase
asked this question in
Q&A
Replies: 2 comments 4 replies
-
It's jut a personal thing but I think images under 100w could use just the 100w. |
Beta Was this translation helpful? Give feedback.
0 replies
-
As I see this, I wonder how dangerous it is to allow dynamic resizing/generation of every width x heigth combination. This could generate more images than you hosting (bill) could handle. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is more of an optimization question, but how many
scrset
items is too many?With @nuxt/image we can have infinite sizes since IPX can resize on demand... but when does it become too over-optimized?
Is it too taxing/overburdening to ask IPX to make so many specific sizes for an image? I can't find much online in the direction of ideal scenarios for what to put in a
srcset
.Beta Was this translation helpful? Give feedback.
All reactions