make swiffy responsive
make swiffy responsive
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- Hombre_Lobo0
you wont be able to make the content in swf change at all.
but other wise i use this on my site for vimeo embeds -
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper object,.videoWrapper embed,videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}source -
http://css-tricks.com/NetMag/Flu…works well for me :)