iframe support

This commit is contained in:
zoe 2022-04-29 15:03:37 +02:00
parent 806f73bf9f
commit 1e0860239b
1 changed files with 5 additions and 3 deletions

View File

@ -32,6 +32,7 @@ footer {
#content ul, #content ul,
#content ol, #content ol,
#content table, #content table,
#content iframe,
code, code,
.postdescription, .postdescription,
hr, hr,
@ -41,11 +42,12 @@ hr,
margin-left: 24%; margin-left: 24%;
} }
#content img { #content img,
#content iframe{
display: block; display: block;
overflow: hidden; overflow: hidden;
width: 52%; max-width: 52%;
height: auto; max-height: 100%;
} }
p code{ p code{