Forum Discussion
AmanVohra
8 years agoCommunity Member
Storyline 360: Team Tabs Interaction
The attention to design details takes this professional-looking tabs interaction to the next level.
LindaFoster
8 years agoCommunity Member
I am not 100% sure, but it looks to me like a background image was added to the HTML (see code in the source below) and the player attributes set to transparent.
.bg {
background-image: url("bg111.png");
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bg {
background-image: url("bg111.png");
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
StefanKhler
8 years agoCommunity Member
Hi Linda,
do you know what files do I have to change?
Thanks in advance!
do you know what files do I have to change?
Thanks in advance!
Related Content
- 8 months ago