presi-slides 1.0.7 → 1.0.8

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,9 @@ 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;
331
332
  }
332
333
 
333
334
  &.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.8",
4
4
  "description": "Make slides with Markdown",
5
5
  "keywords": [
6
6
  "Presentation",