Responsive video iFrame size
-
Add this CSS to make the video iFrame responsive
.epyt-gallery {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.epyt-gallery iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}.epyt-gallery .epyt-gallery-list {
padding-top: 56.25%; /* 16:9 */
pointer-events: none;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Responsive video iFrame size’ is closed to new replies.