presi-slides 1.0.7 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/includes/slides.css
CHANGED
|
@@ -326,8 +326,10 @@ slide-view {
|
|
|
326
326
|
> video:only-child {
|
|
327
327
|
display: block;
|
|
328
328
|
object-fit: contain;
|
|
329
|
-
height: 100%;
|
|
330
|
-
|
|
329
|
+
max-height: 100%;
|
|
330
|
+
justify-self: center;
|
|
331
|
+
align-self: stretch;
|
|
332
|
+
grid-column: 1/-1;
|
|
331
333
|
}
|
|
332
334
|
|
|
333
335
|
&.max25vh > img:only-child {
|
package/package.json
CHANGED
package/public/slides.css
CHANGED
|
Binary file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
title: Sample Presi
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
# Sample Presi
|
|
5
|
+
# Sample Presi {layout="title"}
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -61,4 +61,10 @@ title: Sample Presi
|
|
|
61
61
|
- nothing special here
|
|
62
62
|
|
|
63
63
|
---
|
|
64
|
-
|
|
64
|
+
# Slide 5
|
|
65
|
+
|
|
66
|
+
 {.full}
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
tags: #slides
|