mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add iframe to the list of max width elements to prevent youtube videos and others from being too large
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user