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.
JohnPolicarpio
8 years agoCommunity Member
how did Aman get the giant rectangle (the purple one at the corner) to occupy my entire browser? is that a story size setup customization? i tried to play around customising the player colours, and set it to use optimal browser settings but its still cant get to make it look like the whole browser is used.
any ideas?
any ideas?
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;
}
- StefanKhler8 years agoCommunity MemberHi Linda,
do you know what files do I have to change?
Thanks in advance!
Related Content
- 8 months ago