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 c5e1cab commit 83aa955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/reveal.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ section.left .gist .gist-data {
/* Single image on slide at full size */
section > p > img {
width: auto;
height: auto;
height: 70%;
max-height: 100%;
max-width: 100%;
}
Expand Down

0 comments on commit 83aa955

Please sign in to comment.