Regarding the resolution of the web image, is 72ppi standard these days?
I want to make it look as beautiful as possible.
I know that I will prepare images twice the size for retina, but
Our site has a lot of images (EC site type)
I can't do that because it's going to be heavy.
I would appreciate it if you could tell me the mainstream resolution (ppi) of recent web images.
html css
I know that I will prepare images twice the size for retina, but
Our site has a lot of images (EC site type)
I can't do that because it's going to be heavy.
Hasn't the conclusion already been reached?
Currently, you can switch styles depending on the size and resolution of the device by using CSS media query.
It is recommended that you have multiple resolution images and select them according to your device.
© 2024 OneMinuteCode. All rights reserved.