@grizzshutsdown/simpleplayer 0.1.2 → 0.1.4

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/README.md CHANGED
@@ -99,7 +99,7 @@ declare module 'react' {
99
99
  - `preload-margin`: lazy-load margin before the video enters view. Default: `360px 0px`.
100
100
  - `controls`: add volume, Picture-in-Picture, and fullscreen controls.
101
101
  - `disable-autoplay`: turn off default autoplay. Autoplay starts muted so browsers allow it.
102
- - `show-time`: keep the timestamp visible in a left glass holder when `controls` is enabled.
102
+ - `show-time`: shows a pinned timestamp tray when `controls` are enabled, or a hover tooltip over the scrubber when `controls` are disabled.
103
103
 
104
104
  The default player matches the simple preview: play/pause, scrubber, muted autoplay, and no extra side controls.
105
105