Fluid width video and iframes
This commit is contained in:
parent
350c914dbc
commit
cc7ed78170
1 changed files with 3 additions and 1 deletions
|
@ -72,7 +72,9 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fluid images via https://www.zachleat.com/web/fluid-images/ */
|
/* Fluid images via https://www.zachleat.com/web/fluid-images/ */
|
||||||
img {
|
img,
|
||||||
|
video,
|
||||||
|
iframe {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
img[width][height] {
|
img[width][height] {
|
||||||
|
|
Loading…
Add table
Reference in a new issue