image resolution too low on website

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Mar 05, 2014 3:08 pm
Reply with quote
Report this post
How do l improve the appearance of images on K2 articles on my website. I am using high resolution images and yet they are appearing in very low and poor resolution on the website. This is the first time that l encounter this problem with all the Gavick templates l have used.

I have used the following K2 settings
1. Item view options: Image size - Xlarge
2. K2 parameters - Images: Item XLarge image width (in px): 800

See example link here. If you download the attachments at the bottom of the page, you will see that the images are of good quality.
http://rccgnetherlands.org/index.php/sp ... night-2014

Site is running Joomla 3.1.5, K2 v2.6.7
User avatar
Fresh Boarder

teitbite
Fri Mar 07, 2014 5:30 pm
Reply with quote
Report this post
Hi

Please check the image sizes. The acctuall image crated for XLarge is 400px width which is resized to a much, much bigger.

Add this to override.css and make sure override is enabled in template settings:

Code: Select all
.itemImageBlock img {
max-width: 100% !important;
width: auto !important;
}


thanks to this code You will be able to see the acctuall size of the image not oversized,
User avatar
Moderator

GK User
Sat Mar 08, 2014 8:54 am
Reply with quote
Report this post
Thanks a lot, it worked. !!!
User avatar
Fresh Boarder

teitbite
Sat Mar 08, 2014 9:41 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron