Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #116650

    Hi 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

    #116651

    Hello,

    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 ?

    #116652

    Hi,

    Yes, maybe that’ll work. Try it and update us on the result.

    Regards,

    Ismael

    #116653

    If 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. :)

    #116654

    Hello,

    I have changed sizes in function.php and regenerate all images but nothing changed !!!

    Please help

    #116655

    Still 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

    #116656

    Hi,

    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

    #116657

    Perfect!

    Thank you for the support Ismael! I am really liking how fast things are coming together with this theme.

    Good work!

    -s

    #116658

    Glad we could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Images look blurred !!’ is closed to new replies.