New Landing How can we help? Themeforest Theme Support Dante Gallery Image carousel size issue since update

Viewing 15 posts - 1 through 15 (of 15 total)
  • Posted in: Dante
  • #224984
    derestricted
    Member
    Post count: 76

    Hi, Since the last Dante update I noticed the images in my gallery carousels are not showing at their full size anymore, but instead are scaled down to something like 860px wide which is too small. I need them at their original size of 1600px when the screen size is big enough, and responsively scaled smaller when the screen is smaller, as they used to be.

    How can i get the images to fill the page again, instead of being displayed at the smaller size?

    You can see what I mean here, but its now the same in every gallery:
    http://derestricted.com/bikes/gearing-up-for-winter-one-industries-bike

    Thanks in advance!

    #225004
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this to your custom css:

    .ilightbox-holder div.ilightbox-container {
        width: 1400px!important;
        height: auto!important;
    }

    – Kyle

    #225059
    derestricted
    Member
    Post count: 76

    Thanks, but that messes up the spacing of everything and the image is no longer centered, it is also no longer responsive, have a look, i set it to 1200px because 1400px was a real mess and i dont want it live like that:
    http://derestricted.com/design/alpinestars-racer-braap-gear-review

    Any more ideas? it used to work fine until this last update.

    #225543
    derestricted
    Member
    Post count: 76

    bump

    #225877
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Can you please try this CSS:

    .ilightbox-holder div.ilightbox-container {
        position: relative;
        width: 100%;
        height: 100%;
        width: inherit!important;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .ilightbox-holder {
        left: 8%!important;
    }

    – David.

    #225901
    derestricted
    Member
    Post count: 76

    Well, it was responsive again with that code, but it made the images stack up on top of each other, some of the images were no longer holding their correct aspect ratio, it was no longer centered and you also couldn’t see the images anymore to the left and the right so i put it back how it was. You can see in the attached screenshot.

    It worked perfectly before this last update, what did you guys do? Anymore ideas to get it back how it was before?

    Attachments:
    You must be logged in to view attached files.
    #226291
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Can you add us a WP login so we can take a closer look?

    Cheers,
    David.

    #226891
    derestricted
    Member
    Post count: 76
    This reply has been marked as private.
    #227819
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Can you please also add me your FTP details?

    Thanks,
    David.

    #228195
    derestricted
    Member
    Post count: 76
    This reply has been marked as private.
    #228524
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please clear you cache and test now: http://derestricted.com/bikes/gearing-up-for-winter-one-industries-bike

    Thanks,
    David.

    #228564
    derestricted
    Member
    Post count: 76

    Yes! thank you, you rock! Works perfectly again! Will you make this standard in the next update so that its not over written when i update?

    #228568
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! Thanks David

    #230169
    derestricted
    Member
    Post count: 76

    If I upgrade to this new version, will the gallery go back to small images again, or did you include this fix in this update?

    Im unsure If I should make the update as I dont want to have tiny images again in the gallery and right now its working perfectly. What do you suggest?

    #230186
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    If you update the changes will need to be added back. They are not added as default as not everyone needs it.

    To make the changes, find this:

    minScale: 0.1,
    maxScale: 0.6,

    js/functions.js lines 2797/2798

    Change to:

    minScale: 0.1,
    maxScale: 1,

    Thanks,
    David.

Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register