When you click on a portfolio item on a vertical mode on a mobile, the article is not showing up in a ligtbox like it does in horizontal mode or like it does on a computer browser. How can I have it opening up in lightbox instead ?
portfolio lightbox on mobile
4 replies · opened Jul 22, 2019
I just find out about the portfolio ajax modal. This does almost what I'm looking for. What I would like to do, is to have videos display on a lightbox on a vertical mode on a mobile without having to create an html page for every video in the portfolio. Why is the lightbox not working in vertical setup on mobile??
Here is a live link of my temp site if this can help : https://notesproductions.com/temp/portfolio.html
Finally this topic answered my question : http://support.semicolonweb.com/forums/topic/webpages-opened-in-data-lightboxiframe-open-in-new-window-on-mobile/
Hello,
Consider using the following Code for the Portfolio Items:
[

](portfolio-single.html)
[](images/portfolio/full/1.jpg)
[](portfolio-single.html)
[](images/portfolio/full/1.jpg)
[Open Imagination](portfolio-single.html)
[Media](#), [Icons](#)
and then use the following CSS code:
.portfolio-overlay-link {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
z-index: 3;
}This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard