-
AuthorPosts
-
April 30, 2013 at 3:42 pm #22653
Please take a loook here :
http://www(dot)gt-motors(dot)eu/car/porsche-997-cabriolet-s/
Is there any zoom effect ? How to fix please ?
Thank you
May 1, 2013 at 1:43 pm #116650Hi dweb,
Try saving your larger images to 694px wide and 562px tall for those images. The current size is larger than that space and I think the slight loss of quality is due to the compression to fit the smaller space.
Regards,
Devin
May 8, 2013 at 6:33 pm #116651Hello,
I do a test for 1 image and it looks better
If i replace in function.php
$avia_config = array(‘width’=>710, ‘height’=>270);
by
$avia_config = array(‘width’=>694, ‘height’=>562);
and regenerate images, you think this will fix the problem ?
May 9, 2013 at 12:21 am #116652May 9, 2013 at 5:39 am #116653If I go here: http://kriesi.at/themes/enfold/portfolio-item/slider-two-third/ and view the info for the first image, it shows 710×575 (scaled to 666 x 539). I tried changing the functions.php file to 694 x 562 as it says above, but it didn’t change.
What I want is for that image on the single portfolio 2/3 to be 100%, not scaled or it will stretch and look blurry.
I also tried setting the width of the template to wide and widest to see if that changed, but both times it scales to 666. I was not able to find where to fix this, please help! I need to know what size to make about 200 images, and I need it done yesterday. :)
May 9, 2013 at 12:00 pm #116654Hello,
I have changed sizes in function.php and regenerate all images but nothing changed !!!
Please help
May 10, 2013 at 12:04 am #116655Still looking for an answer to this. Turns out, if it cannot be resolved I need to scrap about 20 hours of work and start with a new template, so the sooner I know the better. I think the main guy is on vacation? Either way I would expect (and hope) a reply would come within the same day.
Just like dweb above, we are both eager for a solution to the very annoying problem.
If an image looks bad because it’s scaled, then my work looks bad, and the whole thing goes to pot!
BUMP!!!!!!! :-)
-Steve
May 10, 2013 at 2:45 am #116656Hi,
It uses this thumbnail size.
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)
Change that to
$avia_config['imgSize']['gallery'] = array('width'=>666 , 'height'=>539 ); // images for portfolio entries (2,3 column)
This will resize it same size with the slider container assuming you have the same layout as this link http://kriesi.at/themes/enfold/portfolio-item/slider-two-third/.
Regenerate the thumbnails. Don’t use images smaller than the 666x539px.
Regards,
Ismael
May 10, 2013 at 6:19 am #116657Perfect!
Thank you for the support Ismael! I am really liking how fast things are coming together with this theme.
Good work!
-s
May 10, 2013 at 4:49 pm #116658Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
-
AuthorPosts
- The topic ‘Images look blurred !!’ is closed to new replies.