Page 1 of 1

Content images is not responsive on mobile/tablet device

Posted: Tue Jul 10, 2018 6:32 pm
by jacgo
Hi, All

Product page:
https://cardiya.tw/shop-2/index.php?rou ... uct_id=294

Our OP version is 3.0.2.
We insert many images on our each products.
Hope it look like a landing page.

But the images on the product page is not responsive.
When browser our product page.
All images are out of mobile browser.

Is there any way to solve it?

Thanks!

Re: Content images is not responsive on mobile/tablet device

Posted: Tue Jul 10, 2018 7:15 pm
by DigitCart
Hi,
add this to the end of your stylesheet.css:

Code: Select all

img {
  max-width: 100%;
}

Re: Content images is not responsive on mobile/tablet device

Posted: Tue Jul 10, 2018 8:37 pm
by jacgo
Hi, DC

It's great now!!
:laugh: :laugh: :laugh:
Thank you!

Re: Content images is not responsive on mobile/tablet device

Posted: Tue Jul 10, 2018 11:57 pm
by DigitCart
You're welcome.