Before you ask please READ THIS

Image size with fit images for slider

in Thirteen Posts: 45
Hello, i have put a new series of pictures on my website with albums functions, with a size of picture 1000*667.
With the slider, my pictures are more tall that my original size. (http://lucaskozak.com/album/bright-falls/)
And i have tested with all choices of fit images, nothing give a original size.

How do ? Thank you very much!

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    What about option Fit when needed - it is best for small images, that shouldn't be stretched to bigger sizes, only to smaller(to keep them visible)?

    With kind regards.
  • Posts: 45
    WIth fit when needed, i have a problem, the pictures in landscape format are disapearrs, and in portraits are bigger:
    http://lucaskozak.com/album/les-etes-imaginaires/

    Thanks!
  • AirAir
    Posts: 10,970
    To be honest I don't see any image right now in your album. Can you do screen shot of your current settings in that album?

    With kind regards.
  • Posts: 45
    Yes, there are not display of images, juste one, in portrait.

    Sans titre-1.jpg
    1707 x 960 - 83K
    Sans titre-2.jpg
    1707 x 960 - 82K
  • AirAir
    Posts: 10,970
    Hey there:-)

    Thanks for this report. I was able to fix it.

    Please go to thirteen\js\a13-slider.js line ~1284
    and change this:

    //reset
    thisSlide.css({
    width: image_width,
    height: image_height
    });
    to:

    //reset
    resize_width = image_width;
    resize_height = image_height;
    With kind regards.
  • edited March 2016 Posts: 45
    Thanks! :D
    And for the pictures in portrait ?
    Post edited by Onypsis on
  • AirAir
    Posts: 10,970
    What about them? They work proper in your album.Your tree image has 1000px height and it is how tall I see it.

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion