Comments Tom started the conversationNovember 26, 2018 at 9:39pmHi,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,974Support repliedNovember 28, 2018 at 11:26amHello 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 Sign in to reply ...
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
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