mirror of
https://github.com/FranP-code/Allnews.com.git
synced 2025-10-13 00:32:45 +00:00
Modificadas las funciones del backend, y ajustado el tamaño de los videos embebidos en la noticia
This commit is contained in:
8
news.css
8
news.css
@@ -97,4 +97,12 @@ article {
|
||||
figcaption {
|
||||
color: #797979;
|
||||
margin-bottom: 3vh;
|
||||
}
|
||||
|
||||
iframe {
|
||||
/*! RELACIÓN 16:9 ENTRE ANCHO Y ALTO, EL CONTENIDO TIENE 56 VW DE ANCHO. POR LO TANTO, EL ALTO DEBE SER DE 32 VW PARA QUE EL VIDEO EMBEBIDO TENGA EL TAMAÑO ADECUADO PARA EL RATO 16:9*/
|
||||
|
||||
width: 100% !important;
|
||||
height: 32vw !important;
|
||||
border: none;
|
||||
}
|
||||
Reference in New Issue
Block a user