dawn theme: product image is too small

Solved
yiann1s
Visitor
2 1 0

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

Accepted Solution (1)
yiann1s
Visitor
2 1 0

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;
}
}

View solution in original post

Reply 1 (1)
yiann1s
Visitor
2 1 0

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;
}
}