We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
This is a great library! I have noticed that when embedding a YouTube video the left and right buttons get covered up and so they can't be clicked.
Kind Regards,
Drew
The text was updated successfully, but these errors were encountered:
Yes, awesome library! And the iframe has the same bug. :(
Sorry, something went wrong.
Hi! Seems to have been a while since this have been posted, but just had this problem with the close button (used inside) with an iframe.
Just solved it by adding a value of 1500 of depth. in the css of the .closer selector. (or use any other value that works for you) Like so:
.poptrox-popup .closer { z-index: 1500; }
Hope this helps someone.
Cheers Hugo
What @HugoGon said :) Will fix in rewrite though.
setting higher z-index for the navigation elements make them show above the videos just add z-index: 99999 to this existing block:
z-index: 99999
.poptrox-popup:hover .closer, .poptrox-popup:hover .nav-previous, .poptrox-popup:hover .nav-next { opacity: 0.5; z-index: 99999 }
No branches or pull requests
Hi,
This is a great library! I have noticed that when embedding a YouTube video the left and right buttons get covered up and so they can't be clicked.
Kind Regards,
Drew
The text was updated successfully, but these errors were encountered: