@asd20/ui 3.2.965 → 3.2.966

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.965",
8
+ "version": "3.2.966",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -13,23 +13,21 @@
13
13
  v-if="imageUrl && !$slots.aside"
14
14
  class="asd20-school-homepage-video-header__image"
15
15
  >
16
- <client-only>
17
- <video
18
- v-if="showVideo"
19
- ref="backgroundVideo"
20
- class="background-video"
21
- role="presentation"
22
- aria-hidden="true"
23
- autoplay
24
- loop
25
- autobuffer
26
- muted
27
- playsinline
28
- :poster="imageUrl"
29
- >
30
- <source :src="videoUrl" type="video/mp4" />
31
- </video>
32
- </client-only>
16
+ <video
17
+ v-if="showVideo"
18
+ ref="backgroundVideo"
19
+ class="background-video"
20
+ role="presentation"
21
+ aria-hidden="true"
22
+ autoplay
23
+ loop
24
+ autobuffer
25
+ muted
26
+ playsinline
27
+ :poster="imageUrl"
28
+ >
29
+ <source :src="videoUrl" type="video/mp4" />
30
+ </video>
33
31
  <button
34
32
  v-if="videoUrl"
35
33
  class="video-toggle-btn"
@@ -9,24 +9,22 @@
9
9
  <slot name="top" />
10
10
  </div>
11
11
 
12
- <client-only>
13
- <video
14
- v-if="showVideo"
15
- preload="none"
16
- ref="backgroundVideo"
17
- class="background-video"
18
- role="presentation"
19
- aria-hidden="true"
20
- autoplay
21
- loop
22
- autobuffer
23
- muted
24
- playsinline
25
- :poster="imageUrl"
26
- >
27
- <source :src="videoUrl" type="video/mp4" />
28
- </video>
29
- </client-only>
12
+ <video
13
+ v-if="showVideo"
14
+ preload="none"
15
+ ref="backgroundVideo"
16
+ class="background-video"
17
+ role="presentation"
18
+ aria-hidden="true"
19
+ autoplay
20
+ loop
21
+ autobuffer
22
+ muted
23
+ playsinline
24
+ :poster="imageUrl"
25
+ >
26
+ <source :src="videoUrl" type="video/mp4" />
27
+ </video>
30
28
  <button
31
29
  v-if="videoUrl"
32
30
  class="video-toggle-btn"