Hi there
I would like to change some of the size for image in slide show to make it bigger than before on mobile version ( desktop version is ok) . 399px*341px is the size I am looking for .Pls help me .
My Url : sales.bellissimochina.com
Hi there
I would like to change some of the size for image in slide show to make it bigger than before on mobile version ( desktop version is ok) . 399px*341px is the size I am looking for .Pls help me .
My Url : sales.bellissimochina.com
Please Go to Online Store → Themes → Edit code → Assets → theme.scss.liquid and paste this code at the end of this file.
@media only screen and (max-width: 400px) {
#shopify-section-1626935711b8e5c40e .home-slideshow .slideshow .images-contain img {
height: 341px;
-o-object-fit: cover;
object-fit: cover;
}
}
Hello Thanks!it works! But the size of slideshow is difference when I use different mobile phone to browse it .Why? Can I keep it same?
@LEUNGGUOTAO Please remove my old code and set this new code
@media only screen and (max-width: 500px) {
#shopify-section-1626935711b8e5c40e .home-slideshow .slideshow .images-contain img {
height: 341px;
-o-object-fit: cover;
object-fit: cover;
}
}
Hey any chance you can help me with this? I am confused by the class IDs and placement.
The website I am looking to decrease slider size is www.nooriapparel.com
@design12212 on which page?
Hello I know this is an old post but I’m having the same problem. I am having this problem with the slideshow on my homepage. The images are too big in the slideshow, and making it load slow. Thank you
Where do we have the “edit code” option? I’m sorry, I’m don’t know how this works a little help would be highly appreciated!
what if i want to make the slideshow smaller on the desktop version
especially the height
What?