Choose specific images for the srcset?
-
Is it possible to actually choose entirely different images as part of the srcset versus just different image sizes?
My use case is we have images designed for larger displays with overlayed text. If we just make those images smaller, the text becomes unreadable. So instead we need to use a completely different version of the image.
Right now we are “solving” this problem using CSS and display:none, display:block etc. but that isn’t very efficient in terms of keeping the page size down.
thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Choose specific images for the srcset?’ is closed to new replies.