Shopify themes, liquid, logos, and UX
Hey my slideshow images are perfect on mobile but lose quality on desktop because they are cropped to fit, is there a way to fix this that they show like on mobile? or is there at least a way to make the quality look better
Mavidals.com
Solved! Go to the solution
This is an accepted solution.
@media only screen and(min-width:769px){
.bgset {
background-size: 100% 100%;
height: 200vh;
}
}
Please Try this code, If this not work, then let me know !
have a nice day !
.bgset {
background-size: 100% 100%;
}
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
Is there a way to do it without the image looking stretched?
This is an accepted solution.
@media only screen and(min-width:769px){
.bgset {
background-size: 100% 100%;
height: 200vh;
}
}
Please Try this code, If this not work, then let me know !
have a nice day !
Thank you
https://vimeo.com/581611734 Aside from it looking stretched, this was perfect
https://vimeo.com/581611801 Second code didn't work, it also changed the collection images
do you want like this?
Yes
your issue is solved or not ?
Hola, una pregunta.
Lo que pasa es que en mi pagina de inicio tengo una presentacion de diapositivas, coloco una imagen como Banner pero al mirar la version mobile, la imagen no se ajusta a su tamaño y me gustaria saber si hay alguna manera de poder configurar para poder ajustar esa imagen a la version mobile.
te agradezco si me ayudas.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024