K2 item images not reponsive

enyonam
91 Posts
enyonam posted this 03 January 2016

Hello Themler,

K2 item images are not responsive on my site. what can i do to make them responsive.

The images show up alright but they don't reduce in size to fit the page. Please take a look at the link below
on a mobile device.

http://primenews.com.gh

Hoping for solution.

Hello Themler, K2 item images are not responsive on my site. what can i do to make them responsive. The images show up alright but they don't reduce in size to fit the page. Please take a look at the link below on a mobile device. [http://primenews.com.gh][1] Hoping for solution. [1]: http://primenews.com.gh/opinion/item/122-from-cultivators-to-importers-the-irony-of-tomato-farming.html
Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
jrgweb
26 Posts
Is Solution
jrgweb posted this 03 January 2016

@adanku

Your images would be better set at 100% instead of width:715px;height:auto; etc.
Add this to bottom of template.css file. Adjust as needed.

img, img.scale-with-grid {
outline: 0;
max-width: 100%;
height: auto;
margin: 0 auto;
}

@adanku Your images would be better set at 100% instead of width:715px;height:auto; etc. Add this to bottom of template.css file. Adjust as needed. img, img.scale-with-grid { outline: 0; max-width: 100%; height: auto; margin: 0 auto; }
You must log in or register to leave comments