install fullscreen; update amical.html to use
This commit is contained in:
committed by
Kathleen Fitzpatrick
parent
306d654274
commit
280d75c91c
9
dist/fullscreen.css
vendored
Normal file
9
dist/fullscreen.css
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* Fullscreen images in cover of contain mode */
|
||||
.reveal img.fullscreen {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
bottom: auto;
|
||||
left: 50%;
|
||||
right: auto;
|
||||
transform: translate( -50%, -50% ) scale( 100% );
|
||||
}
|
||||
Reference in New Issue
Block a user