AbanteCart Community
Shopping Cart Operations => Support => Template Support => Topic started by: Trendslink on June 11, 2016, 12:38:28 PM
-
Please refer to file attachment. Don't know how to describe this problem. Something wrong with picture when view on mobile devices
-
Hello.
What is your AbanteCart version and template?
-
Hi Basara, my template is default templates version 1.2.7
-
Hi.
I did not see this problem on similar screen size and demo products.
What is your device name and browser? Did you modify css in default template?
-
i don't modify anything. Using chrome my site http://trendslinkstore.com
-
Thanks for the link. Now I see problem.
Your images in the html product description so you need to change your html.
You can try to add style="max-width:100%" to your images
<img src="resources/image/18/84/a.jpg">
change to
<img style="max-width:100%" src="resources/image/18/84/a.jpg">
-
Thank you. will try it later