New Landing How can we help? Themeforest Theme Support Dante Is it possible to change thumbnail sizes?

Viewing 3 posts - 16 through 18 (of 18 total)
  • Posted in: Dante
  • #294864
    David Martin – Support
    Moderator
    Post count: 20834

    1) For the top posts carousel:

    Locate this: $image = sf_aq_resize( $thumb_img_url, 420, 315, true, false); and change to this: $image = sf_aq_resize( $thumb_img_url, 420, 420, true, false); within the file: /dante/swift-framework/page-builder/builder/shortcodes/posts-carousel.php

    I have done this for you.

    2) For the sidebar portfolio grid, open /dante/swift-framework/widgets/widget-portfolio-grid.php and locate: $image = sf_aq_resize( $thumb_img_url, 80, 80, true, false); and change to $image = sf_aq_resize( $thumb_img_url, 80, '', true, false);

    You also need this in Theme Options => Custom CSS

    .portfolio-grid li a img {
        height: auto!important;
    }
    .portfolio-grid li {
        height: auto!important;
    }

    I have done this for you also to confirm it’s work.

    – David.

    #294873
    Joanna
    Member
    Post count: 185

    Hi there,

    Wow that is all perfect now! Thank you so much for your help!

    Joanna

    #294878
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Thanks David.

    -Rui

Viewing 3 posts - 16 through 18 (of 18 total)

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

License required for the following item
Login and Registration Log in · Register