Add iframe to the list of max width elements to prevent youtube videos and others from being too large

This commit is contained in:
Maurice Parker 2019-09-04 17:32:10 -05:00
parent dabb78cde4
commit ae06544dd5
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ code, pre {
pre {
white-space: pre-wrap;
}
img, figure, video {
img, figure, video, iframe {
max-width: 100%;
height: auto;
margin: 0 auto;