/ Published in: CSS
CSS to define an iframe to always be 100% of the container it's in.
Expand |
Embed | Plain Text
.slideshow-content iframe { max-width: 100%; margin: 0 auto; display: block; }
You need to login to post a comment.
CSS to define an iframe to always be 100% of the container it's in.
.slideshow-content iframe { max-width: 100%; margin: 0 auto; display: block; }
You need to login to post a comment.