Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi All!
I figured out a way to adjust my image slideshow section to keep the aspect ration of my images uploaded, however, in doing so it adjusts the homepage slideshow. Does anyone know how I can make the change on the page only and not the homepage?
In the base.css the below code is what I need to change:
.media > img {
object-fit: cover;
object-position: center center;
transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
I would need to change object-fit: to contain without adjusting the homepage slideshow.
Thank you!
Liane