Shopify themes, liquid, logos, and UX
Hi!
I added some media in my product page. The videos look fine but the image looks too small. How could my image to have the same width as my videos?
my product: https://videologio.shop/products/lyric-video-template-2
Yiannis
Solved! Go to the solution
This is an accepted solution.
solved!
Paste in Base.css
@media screen and (min-width: 750px) {
.product__media-item.grid__item {
width: 100% !important;
max-width: 100% !important;
}
}
This is an accepted solution.
solved!
Paste in Base.css
@media screen and (min-width: 750px) {
.product__media-item.grid__item {
width: 100% !important;
max-width: 100% !important;
}
}
User | RANK |
---|---|
141 | |
113 | |
79 | |
64 | |
63 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023