AbanteCart Community

Shopping Cart Operations => Support => Template Support => Topic started by: Trendslink on June 11, 2016, 12:38:28 PM

Title: Problem with description photo not responsive on mobile
Post 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
Title: Re: Problem with description photo not responsive on mobile
Post by: Basara on June 13, 2016, 01:22:03 AM
Hello.
What is your AbanteCart version and template?
Title: Re: Problem with description photo not responsive on mobile
Post by: Trendslink on June 13, 2016, 01:27:09 AM
Hi Basara, my template is default templates version 1.2.7
Title: Re: Problem with description photo not responsive on mobile
Post by: Basara on June 13, 2016, 04:43:10 AM
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?
Title: Re: Problem with description photo not responsive on mobile
Post by: Trendslink on June 13, 2016, 04:59:03 AM
i don't modify anything. Using chrome my site http://trendslinkstore.com
Title: Re: Problem with description photo not responsive on mobile
Post by: Basara on June 13, 2016, 05:31:05 AM
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
Code: [Select]
<img src="resources/image/18/84/a.jpg">change to
Code: [Select]
<img style="max-width:100%" src="resources/image/18/84/a.jpg">
Title: Re: Problem with description photo not responsive on mobile
Post by: Trendslink on June 13, 2016, 05:50:51 AM
Thank you. will try it later