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 2,011Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio 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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio