I'm sorry for the stupid question. It's basically obvious, but I'd like to clarify something. It is written that the <Image/> tag automatically adjusts the image to smaller devices. So here's the question. It turns out that it's enough for me to upload, for example, one of the largest images for a PC and it adapts it to all devices by itself?
#<Image /> and small devices
10 messages · Page 1 of 1 (latest)
🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord
🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize
✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)
it adjusts the pixel count. it doesnt change your website view width and height
I didn't quite understand what the website and its width/height have to do with it. Does this component actually optimize the image for mobile phones? (except for quality=75)
I just don't understand how to use it more correctly. Should I dynamically substitute width and height for a component with a mobile adaptive? Or is it possible to set the largest width and height for the PC, and then use sizes to change the size?
use sizes.
and initially upload a picture for a PC and set the width and height for it? It's just that if you download the mobile version and stretch it on a PC, it won't look very nice.
you put the largest version in the build. then next optimizes.
not the other way around
Well, that's what I'm asking for. Do I need to put the largest version of a possible picture? You answered yes now, and I understand you. Thanks again 