File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/src/app/pages/album/album.page.scss
.container {
position: relative;
width: 100%;
overflow: hidden;
padding-top: 35.25%; /* 16:9 Aspect Ratio */
}
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
border: none;
}
.mi-iframe {
width: 100px;
height: 50px;
}
/* CSS pantallas de 320px o superior */
@media (min-width: 320px) {
.mi-iframe {
width: 200px;
height: 150px;
}
}
/* CSS pantalla 768px o superior */
@media (min-width: 768px) {
.mi-iframe {
width: 500px;
height: 350px;
}
}