@grizzshutsdown/simpleplayer 0.1.2 → 0.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grizzshutsdown/simpleplayer",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "A simple default video player created from Grizz's portfolio for others to use.",
5
5
  "type": "module",
6
6
  "homepage": "https://grizz.fyi",
@@ -20,7 +20,7 @@ import '@grizzshutsdown/simpleplayer';
20
20
  - `src`: video URL.
21
21
  - `aspect-ratio`: CSS aspect ratio. Default: `16 / 9`.
22
22
  - `preload-margin`: lazy-load margin. Default: `360px 0px`.
23
- - `show-time`: keep the timestamp visible in a left glass holder when `controls` is enabled.
23
+ - `show-time`: shows a pinned timestamp tray when `controls` are enabled, or a hover tooltip over the scrubber when `controls` are disabled.
24
24
  - `disable-volume`: removes the volume control.
25
25
  - `disable-picture-in-picture`: removes Picture-in-Picture.
26
26
  - `disable-fullscreen`: removes fullscreen.