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.
@@ -326,8 +326,10 @@ slide-view {
326
326
  > video:only-child {
327
327
  display: block;
328
328
  object-fit: contain;
329
- height: 100%;
330
- width: 100%;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "presi-slides",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Make slides with Markdown",
5
5
  "keywords": [
6
6
  "Presentation",
package/public/slides.css CHANGED
@@ -329,6 +329,7 @@ slide-view {
329
329
  max-height: 100%;
330
330
  justify-self: center;
331
331
  align-self: stretch;
332
+ grid-column: 1/-1;
332
333
  }
333
334
 
334
335
  &.max25vh > img:only-child {
@@ -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
- tags: #slides
64
+ # Slide 5
65
+
66
+ ![](assets/image%207.png) {.full}
67
+
68
+
69
+ ---
70
+ tags: #slides