max height limitations

This commit is contained in:
Michael Freno
2026-01-06 10:52:08 -05:00
parent 021a2871c1
commit f9ed5d1c7f

View File

@@ -852,6 +852,13 @@ pre {
scrollbar-color: var(--color-text) transparent;
}
}
img {
max-height: 50vh !important;
img,
video {
max-height: 60vh !important;
}
@media (max-width: 767px) {
img,
video {
max-height: 80vh !important;
}
}