hds-web 1.12.8 → 1.13.0

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": "hds-web",
3
- "version": "1.12.8",
3
+ "version": "1.13.0",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -55,9 +55,14 @@ export default function MediaViewer ({ img_url, video_url, video_poster, width }
55
55
  <Icon variant='xclose' height='h-6 w-6' strokeClass='stroke-neutral-800' />
56
56
  </a>
57
57
  <video
58
- controls={false}
59
- autoPlay
60
- className="object-contain max-w-full max-h-full"
58
+ id="hero_vid"
59
+ controls
60
+ autoPlay
61
+ muted
62
+ playsInline
63
+ width="500"
64
+ height="500"
65
+ className="tb:w-full w-full rounded-3xl"
61
66
  >
62
67
  <source src={video_url} type="video/mp4" />
63
68
  </video>