Skip to content

Commit

Permalink
Try a fix for image height
Browse files Browse the repository at this point in the history
  • Loading branch information
mjdecker committed Aug 30, 2023
1 parent d10f2dc commit c5e1cab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/reveal.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ section.left .gist .gist-data {
/* Single image on slide at full size */
section > p > img {
width: auto;
height: auto;
max-height: 100%;
max-width: 100%;
}
Expand Down

0 comments on commit c5e1cab

Please sign in to comment.