Responsive Iframe for captivate 9 Projects
Hallo all,
therefore that creating a responsive Project in captivate 9 is very time consuming, I got the idea to built a responsive Iframe for my Project that at least the content is filling the whole screen on different devices.
In which file do I have to embedd the code and does anybody of you have any experiences with this? It would be great if somebody could share his workflow on this.
CCS Code
.iframe-rwd {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Thanks for your help and best regards
Lukas
