mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-13 18:14:33 +02:00
Ensure images are bound within the section
This commit is contained in:
@@ -108,6 +108,12 @@ body {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.reveal img {
|
||||
/* preserve aspect ratio and scale image so it's bound within the section */
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.reveal strong,
|
||||
.reveal b {
|
||||
font-weight: bold;
|
||||
|
Reference in New Issue
Block a user