mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Restrict iframe width to be at most 100%
This commit is contained in:
@@ -122,7 +122,7 @@ code, pre {
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
img, figure, video {
|
||||
img, figure, video, iframe {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user