Author Topic: Problem with description photo not responsive on mobile  (Read 4589 times)

Offline Trendslink

  • Newbie
  • *
  • Posts: 21
  • Karma: +1/-0
    • View Profile
Problem with description photo not responsive on mobile
« 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

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5751
  • Karma: +273/-2
    • View Profile
Re: Problem with description photo not responsive on mobile
« Reply #1 on: June 13, 2016, 01:22:03 AM »
Hello.
What is your AbanteCart version and template?

Offline Trendslink

  • Newbie
  • *
  • Posts: 21
  • Karma: +1/-0
    • View Profile
Re: Problem with description photo not responsive on mobile
« Reply #2 on: June 13, 2016, 01:27:09 AM »
Hi Basara, my template is default templates version 1.2.7

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5751
  • Karma: +273/-2
    • View Profile
Re: Problem with description photo not responsive on mobile
« Reply #3 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?

Offline Trendslink

  • Newbie
  • *
  • Posts: 21
  • Karma: +1/-0
    • View Profile
Re: Problem with description photo not responsive on mobile
« Reply #4 on: June 13, 2016, 04:59:03 AM »
i don't modify anything. Using chrome my site http://trendslinkstore.com

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5751
  • Karma: +273/-2
    • View Profile
Re: Problem with description photo not responsive on mobile
« Reply #5 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">

Offline Trendslink

  • Newbie
  • *
  • Posts: 21
  • Karma: +1/-0
    • View Profile
Re: Problem with description photo not responsive on mobile
« Reply #6 on: June 13, 2016, 05:50:51 AM »
Thank you. will try it later

 

Powered by SMFPacks Social Login Mod