Joomla K2 images not responsive

faithbloom
18 Posts
faithbloom posted this 22 September 2015

The images embedded in a K2 article or the main image are not responsive. When the browser window is made smaller the images stays same size hence part of the image is cut off. This was fine in Artisteer.
I will raise this a bug. All my website pages are K2 based hense this makes it difficult for me to use Themmler, I have a live project with this problem.

Joomla K2 images are not responsive
http://www.awesomescreenshot.com/image/596919/70a4c56ee21c6d9d51b4e8efe360cd47

Here this link to the page
http://purekernel.codelogixhost1.co.uk/coaching/it-service-management.html

Please fix this Themler. This worked OK on Artisteer, all I did on artisteer was to add an image the framework took care of the rest. Why is this very difficult?

Relates post is here https://answers.themler.com/questions/26721/k2-images-are-not-responsive

The images embedded in a K2 article or the main image are not responsive. When the browser window is made smaller the images stays same size hence part of the image is cut off. This was fine in Artisteer. I will raise this a bug. All my website pages are K2 based hense this makes it difficult for me to use Themmler, I have a live project with this problem. Joomla K2 images are not responsive http://www.awesomescreenshot.com/image/596919/70a4c56ee21c6d9d51b4e8efe360cd47 Here this link to the page http://purekernel.codelogixhost1.co.uk/coaching/it-service-management.html Please fix this Themler. This worked OK on Artisteer, all I did on artisteer was to add an image the framework took care of the rest. Why is this very difficult? Relates post is here https://answers.themler.com/questions/26721/k2-images-are-not-responsive
Vote to pay developers attention to this features or issue.
2 Comments
Order By: Standard | Newest
jrgweb
26 Posts
jrgweb posted this 22 September 2015

Add this to the bottom of the css and your good to go!!

img {
max-width: 100%;
height: auto;
margin: 0 auto;
}

Add this to the bottom of the css and your good to go!! img { max-width: 100%; height: auto; margin: 0 auto; }
faithbloom
18 Posts
faithbloom posted this 22 September 2015

You are a star. I think this works for me at the moment. Thanks

You are a star. I think this works for me at the moment. Thanks
You must log in or register to leave comments