Skip to content

Commit

Permalink
Set max width on iframe media.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Mar 7, 2024
1 parent 5fa4551 commit de70774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application/asset/css/page-blocks.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions application/asset/sass/page-blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@

.media-render img,
.media-render video,
.media-render iframe,
.media-render audio {
max-width: 100%;
height: auto;
Expand Down

0 comments on commit de70774

Please sign in to comment.