Forum Discussion
JudithSanders
7 years agoCommunity Member
STORYLINE LIGHTBOX BACKGROUND (MODERN PLAYER) NOT TRANSPARENT
Hello all,
I would like to know if it is possible to use the lightbox functionality and make the slide background of the lightbox 100% transparent. We don't want custom made because of certain rea...
MathNotermans-9
4 years agoCommunity Member
As some extra info on Zsolt's approach...
If you want the backgroundColor of the overlay element partially transparent..
the a in rgba stands for alpha... ranging from 0 to 1..
So...document.getElementsByClassName('visible-overlay')[0].style.backgroundColor = "rgba(255, 255, 255, 0.5)"
gives you a 50% transparant overlay.
Related Content
- 9 months ago
- 4 months ago
- 9 months ago