open portfolios as light-box with description

Hi, 
i would like to open my portfolios as a popup light box with description written about it, 
the page I am working on is www.workcycle.co/on-demand-drivers. the portfolio should open a light-box showing a description of the portfolio and should have a button of more info under it.

thanks 
regards
Workcycle

Comments

  • Hi,
    We do not have such an option in portfolio, but
    You can do pop up's with this HTML+CSS
    [button title="Button" link="#you-custom-id" target="_blank" class="" download="" rel="lightbox" onclick=""]
    <div id="you-custom-id" style="display:none">CONTENT HERE</div>

    Thanks
Sign In or Register to comment.