/ Published in: CSS
CSS to define an iframe to always be 100% of the container it's in.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.slideshow-content iframe { max-width: 100%; margin: 0 auto; display: block; }