Okay
  Public Ticket #1797989
Portfolio display
Closed

Comments

  • Tom started the conversation

    Hi,

    Just wondering if its possible to get the portfolio packery to display as full screen without the border? I have attached a reference.

    Thanks

  •  1,823
    Support replied

    Hello Tom,

    The portfolio container width is calculated dynamically in /js/scripts.js in MasonryPortfolio() function and it's depending of current screen width.

    for example:

    $('#portfolio-wrap').css( {width : $('#portfolio-wrap').parent().width() - 400 + 'px'});
    $('#portfolio-wrap.packery-mode').css( {width : $('#portfolio-wrap').parent().width() - 380 + 'px'});
    var portfolioWidth = $('#portfolio-wrap').width();

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy