Hi,
I see that when I view my store on a mobile phone the product images are
not resized.
How do I set this up so the scale for mobiles?
Appreciated
Hi,
Can you provide a url to your site?
Perhaps adding this code to the css file will solve the problem:
Can you provide a url to your site?
Perhaps adding this code to the css file will solve the problem:
Code: Select all
@media screen and (max-width: 992px){
img {
max-width: 100%;
height: auto;
}
}
Who is online
Users browsing this forum: No registered users and 22 guests