diff --git a/themes/photo/theme.css b/themes/photo/theme.css index 6e4ba64..9c8b82a 100644 --- a/themes/photo/theme.css +++ b/themes/photo/theme.css @@ -112,7 +112,8 @@ tr:nth-child(2n) { background: var(--bg-a); } th, td { padding: 0.25em 0.45em; } pre, code, input, textarea { font-size: 1rem; } -img, video, audio { max-width: 100%; } +img, video, audio, iframe { max-width: 100%; } +object { width: 100%; height: 90vh; } .spoiler { background: #333333; border-radius: 0.2em; color: transparent; } .spoiler:target { background: transparent; color: inherit; }