cloudinary-video-player 3.5.0 → 3.5.1-edge.1
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/dist/adaptive-streaming.js +2 -2
- package/dist/adaptive-streaming.min.js +2 -2
- package/dist/chapters.js +2 -2
- package/dist/chapters.min.js +2 -2
- package/dist/cld-video-player.css +448 -2
- package/dist/cld-video-player.js +30 -8
- package/dist/cld-video-player.light.js +30 -8
- package/dist/cld-video-player.light.min.js +4 -4
- package/dist/cld-video-player.min.css +3 -3
- package/dist/cld-video-player.min.js +4 -4
- package/dist/colors.js +2 -2
- package/dist/colors.min.js +2 -2
- package/dist/dash.js +2 -2
- package/dist/dash.min.js +2 -2
- package/dist/debug.js +2 -2
- package/dist/debug.min.js +2 -2
- package/dist/ima.js +2 -2
- package/dist/ima.min.js +2 -2
- package/dist/interaction-areas.js +2 -2
- package/dist/interaction-areas.min.js +2 -2
- package/dist/node_modules_lodash_throttle_js.js +2 -2
- package/dist/playlist.js +2 -2
- package/dist/playlist.min.js +2 -2
- package/dist/recommendations-overlay.js +2 -2
- package/dist/recommendations-overlay.min.js +2 -2
- package/dist/share.js +2 -2
- package/dist/share.min.js +2 -2
- package/dist/shoppable.js +2 -2
- package/dist/shoppable.min.js +2 -2
- package/dist/visual-search.js +2 -2
- package/dist/visual-search.min.js +2 -2
- package/lib/all.js +1 -1
- package/lib/cld-video-player.js +1 -1
- package/lib/cld-video-player.min.css +1 -0
- package/lib/player.js +1 -1
- package/lib/videoPlayer.js +1 -1
- package/package.json +1 -1
package/dist/chapters.js
CHANGED
package/dist/chapters.min.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Cloudinary Video Player v3.5.
|
|
3
|
-
* Built on 2025-10-
|
|
2
|
+
* Cloudinary Video Player v3.5.1-edge.1
|
|
3
|
+
* Built on 2025-10-29T11:39:09.330Z
|
|
4
4
|
* https://github.com/cloudinary/cloudinary-video-player
|
|
5
5
|
*/
|
|
6
6
|
"use strict";(self.cloudinaryVideoPlayerChunkLoading=self.cloudinaryVideoPlayerChunkLoading||[]).push([[625],{9234:(t,e,r)=>{r.d(e,{default:()=>p});var s=r(6673),a=r.n(s),i=r(8033),o=r(2415);const n=function(){function t(t,e){return this.player=t,this.options=e,this.player.one("loadedmetadata",this.initializeChapters.bind(this)),this}return t.prototype.src=function(t){this.resetPlugin(),this.options=t,this.player.one("loadedmetadata",this.initializeChapters.bind(this))},t.prototype.detach=function(){this.resetPlugin()},t.prototype.resetPlugin=function(){this.chaptersTrack&&(this.player.$(".vjs-control-bar-chapter-display").remove(),this.player.$(".vjs-chapter-display").remove(),this.player.$$(".vjs-chapter-marker").forEach((t=>t.remove())),this.player.removeRemoteTextTrack(this.chaptersTrack),delete this.chaptersTrack)},t.prototype.getChaptersFileUrlByName=function(){const t=this.player.cloudinary.currentPublicId();if(!t)return null;const{type:e}=this.player.cloudinary.source().resourceConfig();return`${`${(0,i.k$)(this.player.cloudinary.cloudinaryConfig())}/_applet_/video_service/chapters/${e}/${(0,o.G)(t)}.vtt`}?t=${Date.now()}`},t.prototype.initializeChapters=async function(){const t=!0===this.options?this.getChaptersFileUrlByName():this.options.url;if(t){const e={kind:"chapters",src:t,default:!0},r=this.player.addRemoteTextTrack(e);r.addEventListener("load",(()=>{this.chaptersTrack=r.track,this.setupChaptersDisplays()}))}else if(Object.entries(this.options).length){const t=this.player.addRemoteTextTrack({kind:"chapters",default:!0}),e=this.player.duration();Object.entries(this.options).forEach(((r,s,a)=>{const i=new VTTCue(parseFloat(r[0]),parseFloat(a[s+1]?a[s+1][0]:e),r[1]);t.track.addCue(i)})),this.chaptersTrack=t.track,this.setupChaptersDisplays(),this.player.controlBar.chaptersButton&&this.player.controlBar.chaptersButton.update()}},t.prototype.setupChaptersDisplays=function(){this.setupProgressBarMarkers(),this.setupProgressBarChapter(),this.setupControlBarChapter()},t.prototype.setupControlBarChapter=function(){const t=this.player.$(".vjs-control-bar-chapter-display")||document.createElement("div");t.setAttribute("class","vjs-control-bar-chapter-display");const e=this.player.$(".vjs-control-bar .vjs-spacer");e.innerHTML="",e.classList.add("vjs-control-bar-chapter-wrapper"),e.appendChild(t),this.chaptersTrack.addEventListener("cuechange",(()=>{const e=Array.from(this.chaptersTrack.activeCues);t.innerText=e.length>0?e[0].text:""}))},t.prototype.setupProgressBarMarkers=function(){const t=this.player.duration(),{seekBar:e}=this.player.controlBar.progressControl;Array.from(this.chaptersTrack.cues).forEach((r=>{if(0!==r.startTime){const s=r.startTime/t*100+"%",i=a().dom.createEl("div",void 0,{class:"vjs-chapter-marker",style:`left: ${s}`});e.el().append(i)}}))},t.prototype.setupProgressBarChapter=function(){const t=a().dom.createEl("div",void 0,{class:"vjs-chapter-display",style:`max-width: ${this.player.$(".vjs-vtt-thumbnail-display")?this.player.$(".vjs-vtt-thumbnail-display").style.width:"160px"}`}),e=this.player.getDescendant(["controlBar","progressControl","seekBar","mouseTimeDisplay"]),r=e.getDescendant(["timeTooltip"]);r.el().parentElement.prepend(t);const s=t=>{const e=t*this.player.duration(),r=Array.from(this.chaptersTrack?.cues||[]).find((t=>e>=t.startTime&&e<=t.endTime));return r?r.text:""};r.update=function(e,r,a){Object.getPrototypeOf(this).update.call(this,e,r,a),t.innerText=s(r)},"object"!=typeof this.player.vttThumbnails&&(e.update=function(e,s){const i=s*this.player_.duration(),o=e.width,n=t.clientWidth/2;r.updateTime(e,s,i,(()=>{e.width*s<n?this.el_.style.left=`${n}px`:e.width*s+n>o?this.el_.style.left=e.width-n+"px":this.el_.style.left=e.width*s+"px"})),r.write(a().time.formatTime(i))})},t}(),p=function(t,e){e.addClass("vjs-chapters"),e.chapters=new n(e,t)}}}]);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Cloudinary Video Player v3.5.
|
|
3
|
-
* Built on 2025-10-
|
|
2
|
+
* Cloudinary Video Player v3.5.1-edge.1
|
|
3
|
+
* Built on 2025-10-29T11:39:27.846Z
|
|
4
4
|
* https://github.com/cloudinary/cloudinary-video-player
|
|
5
5
|
*/
|
|
6
6
|
/*!*************************************************************************************************!*\
|
|
@@ -962,6 +962,452 @@
|
|
|
962
962
|
cursor: pointer;
|
|
963
963
|
opacity: 1;
|
|
964
964
|
}
|
|
965
|
+
/*!********************************************************************************************************************************************!*\
|
|
966
|
+
!*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/bigPauseButton/big-pause-button.scss ***!
|
|
967
|
+
\********************************************************************************************************************************************/
|
|
968
|
+
@font-face {
|
|
969
|
+
font-family: VideoJS;
|
|
970
|
+
src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
|
|
971
|
+
font-weight: normal;
|
|
972
|
+
font-style: normal;
|
|
973
|
+
}
|
|
974
|
+
.vjs-icon-play {
|
|
975
|
+
font-family: VideoJS;
|
|
976
|
+
font-weight: normal;
|
|
977
|
+
font-style: normal;
|
|
978
|
+
}
|
|
979
|
+
.vjs-icon-play:before {
|
|
980
|
+
content: "\f101";
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
.vjs-icon-play-circle {
|
|
984
|
+
font-family: VideoJS;
|
|
985
|
+
font-weight: normal;
|
|
986
|
+
font-style: normal;
|
|
987
|
+
}
|
|
988
|
+
.vjs-icon-play-circle:before {
|
|
989
|
+
content: "\f102";
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
.vjs-icon-pause, .cld-video-player .vjs-big-pause-button .vjs-icon-placeholder {
|
|
993
|
+
font-family: VideoJS;
|
|
994
|
+
font-weight: normal;
|
|
995
|
+
font-style: normal;
|
|
996
|
+
}
|
|
997
|
+
.vjs-icon-pause:before, .cld-video-player .vjs-big-pause-button .vjs-icon-placeholder:before {
|
|
998
|
+
content: "\f103";
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
.vjs-icon-volume-mute {
|
|
1002
|
+
font-family: VideoJS;
|
|
1003
|
+
font-weight: normal;
|
|
1004
|
+
font-style: normal;
|
|
1005
|
+
}
|
|
1006
|
+
.vjs-icon-volume-mute:before {
|
|
1007
|
+
content: "\f104";
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
.vjs-icon-volume-low {
|
|
1011
|
+
font-family: VideoJS;
|
|
1012
|
+
font-weight: normal;
|
|
1013
|
+
font-style: normal;
|
|
1014
|
+
}
|
|
1015
|
+
.vjs-icon-volume-low:before {
|
|
1016
|
+
content: "\f105";
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
.vjs-icon-volume-mid {
|
|
1020
|
+
font-family: VideoJS;
|
|
1021
|
+
font-weight: normal;
|
|
1022
|
+
font-style: normal;
|
|
1023
|
+
}
|
|
1024
|
+
.vjs-icon-volume-mid:before {
|
|
1025
|
+
content: "\f106";
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
.vjs-icon-volume-high {
|
|
1029
|
+
font-family: VideoJS;
|
|
1030
|
+
font-weight: normal;
|
|
1031
|
+
font-style: normal;
|
|
1032
|
+
}
|
|
1033
|
+
.vjs-icon-volume-high:before {
|
|
1034
|
+
content: "\f107";
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
.vjs-icon-fullscreen-enter {
|
|
1038
|
+
font-family: VideoJS;
|
|
1039
|
+
font-weight: normal;
|
|
1040
|
+
font-style: normal;
|
|
1041
|
+
}
|
|
1042
|
+
.vjs-icon-fullscreen-enter:before {
|
|
1043
|
+
content: "\f108";
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
.vjs-icon-fullscreen-exit {
|
|
1047
|
+
font-family: VideoJS;
|
|
1048
|
+
font-weight: normal;
|
|
1049
|
+
font-style: normal;
|
|
1050
|
+
}
|
|
1051
|
+
.vjs-icon-fullscreen-exit:before {
|
|
1052
|
+
content: "\f109";
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
.vjs-icon-spinner {
|
|
1056
|
+
font-family: VideoJS;
|
|
1057
|
+
font-weight: normal;
|
|
1058
|
+
font-style: normal;
|
|
1059
|
+
}
|
|
1060
|
+
.vjs-icon-spinner:before {
|
|
1061
|
+
content: "\f10a";
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
.vjs-icon-subtitles {
|
|
1065
|
+
font-family: VideoJS;
|
|
1066
|
+
font-weight: normal;
|
|
1067
|
+
font-style: normal;
|
|
1068
|
+
}
|
|
1069
|
+
.vjs-icon-subtitles:before {
|
|
1070
|
+
content: "\f10b";
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
.vjs-icon-captions {
|
|
1074
|
+
font-family: VideoJS;
|
|
1075
|
+
font-weight: normal;
|
|
1076
|
+
font-style: normal;
|
|
1077
|
+
}
|
|
1078
|
+
.vjs-icon-captions:before {
|
|
1079
|
+
content: "\f10c";
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
.vjs-icon-hd {
|
|
1083
|
+
font-family: VideoJS;
|
|
1084
|
+
font-weight: normal;
|
|
1085
|
+
font-style: normal;
|
|
1086
|
+
}
|
|
1087
|
+
.vjs-icon-hd:before {
|
|
1088
|
+
content: "\f10d";
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
.vjs-icon-chapters {
|
|
1092
|
+
font-family: VideoJS;
|
|
1093
|
+
font-weight: normal;
|
|
1094
|
+
font-style: normal;
|
|
1095
|
+
}
|
|
1096
|
+
.vjs-icon-chapters:before {
|
|
1097
|
+
content: "\f10e";
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
.vjs-icon-downloading {
|
|
1101
|
+
font-family: VideoJS;
|
|
1102
|
+
font-weight: normal;
|
|
1103
|
+
font-style: normal;
|
|
1104
|
+
}
|
|
1105
|
+
.vjs-icon-downloading:before {
|
|
1106
|
+
content: "\f10f";
|
|
1107
|
+
}
|
|
1108
|
+
|
|
1109
|
+
.vjs-icon-file-download {
|
|
1110
|
+
font-family: VideoJS;
|
|
1111
|
+
font-weight: normal;
|
|
1112
|
+
font-style: normal;
|
|
1113
|
+
}
|
|
1114
|
+
.vjs-icon-file-download:before {
|
|
1115
|
+
content: "\f110";
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
.vjs-icon-file-download-done {
|
|
1119
|
+
font-family: VideoJS;
|
|
1120
|
+
font-weight: normal;
|
|
1121
|
+
font-style: normal;
|
|
1122
|
+
}
|
|
1123
|
+
.vjs-icon-file-download-done:before {
|
|
1124
|
+
content: "\f111";
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
.vjs-icon-file-download-off {
|
|
1128
|
+
font-family: VideoJS;
|
|
1129
|
+
font-weight: normal;
|
|
1130
|
+
font-style: normal;
|
|
1131
|
+
}
|
|
1132
|
+
.vjs-icon-file-download-off:before {
|
|
1133
|
+
content: "\f112";
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
.vjs-icon-share {
|
|
1137
|
+
font-family: VideoJS;
|
|
1138
|
+
font-weight: normal;
|
|
1139
|
+
font-style: normal;
|
|
1140
|
+
}
|
|
1141
|
+
.vjs-icon-share:before {
|
|
1142
|
+
content: "\f113";
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
.vjs-icon-cog {
|
|
1146
|
+
font-family: VideoJS;
|
|
1147
|
+
font-weight: normal;
|
|
1148
|
+
font-style: normal;
|
|
1149
|
+
}
|
|
1150
|
+
.vjs-icon-cog:before {
|
|
1151
|
+
content: "\f114";
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
.vjs-icon-square {
|
|
1155
|
+
font-family: VideoJS;
|
|
1156
|
+
font-weight: normal;
|
|
1157
|
+
font-style: normal;
|
|
1158
|
+
}
|
|
1159
|
+
.vjs-icon-square:before {
|
|
1160
|
+
content: "\f115";
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
.vjs-icon-circle {
|
|
1164
|
+
font-family: VideoJS;
|
|
1165
|
+
font-weight: normal;
|
|
1166
|
+
font-style: normal;
|
|
1167
|
+
}
|
|
1168
|
+
.vjs-icon-circle:before {
|
|
1169
|
+
content: "\f116";
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
.vjs-icon-circle-outline {
|
|
1173
|
+
font-family: VideoJS;
|
|
1174
|
+
font-weight: normal;
|
|
1175
|
+
font-style: normal;
|
|
1176
|
+
}
|
|
1177
|
+
.vjs-icon-circle-outline:before {
|
|
1178
|
+
content: "\f117";
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
.vjs-icon-circle-inner-circle {
|
|
1182
|
+
font-family: VideoJS;
|
|
1183
|
+
font-weight: normal;
|
|
1184
|
+
font-style: normal;
|
|
1185
|
+
}
|
|
1186
|
+
.vjs-icon-circle-inner-circle:before {
|
|
1187
|
+
content: "\f118";
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
.vjs-icon-cancel {
|
|
1191
|
+
font-family: VideoJS;
|
|
1192
|
+
font-weight: normal;
|
|
1193
|
+
font-style: normal;
|
|
1194
|
+
}
|
|
1195
|
+
.vjs-icon-cancel:before {
|
|
1196
|
+
content: "\f119";
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
.vjs-icon-repeat {
|
|
1200
|
+
font-family: VideoJS;
|
|
1201
|
+
font-weight: normal;
|
|
1202
|
+
font-style: normal;
|
|
1203
|
+
}
|
|
1204
|
+
.vjs-icon-repeat:before {
|
|
1205
|
+
content: "\f11a";
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
.vjs-icon-replay {
|
|
1209
|
+
font-family: VideoJS;
|
|
1210
|
+
font-weight: normal;
|
|
1211
|
+
font-style: normal;
|
|
1212
|
+
}
|
|
1213
|
+
.vjs-icon-replay:before {
|
|
1214
|
+
content: "\f11b";
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
.vjs-icon-replay-5 {
|
|
1218
|
+
font-family: VideoJS;
|
|
1219
|
+
font-weight: normal;
|
|
1220
|
+
font-style: normal;
|
|
1221
|
+
}
|
|
1222
|
+
.vjs-icon-replay-5:before {
|
|
1223
|
+
content: "\f11c";
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
.vjs-icon-replay-10 {
|
|
1227
|
+
font-family: VideoJS;
|
|
1228
|
+
font-weight: normal;
|
|
1229
|
+
font-style: normal;
|
|
1230
|
+
}
|
|
1231
|
+
.vjs-icon-replay-10:before {
|
|
1232
|
+
content: "\f11d";
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
.vjs-icon-replay-30 {
|
|
1236
|
+
font-family: VideoJS;
|
|
1237
|
+
font-weight: normal;
|
|
1238
|
+
font-style: normal;
|
|
1239
|
+
}
|
|
1240
|
+
.vjs-icon-replay-30:before {
|
|
1241
|
+
content: "\f11e";
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
.vjs-icon-forward-5 {
|
|
1245
|
+
font-family: VideoJS;
|
|
1246
|
+
font-weight: normal;
|
|
1247
|
+
font-style: normal;
|
|
1248
|
+
}
|
|
1249
|
+
.vjs-icon-forward-5:before {
|
|
1250
|
+
content: "\f11f";
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
.vjs-icon-forward-10 {
|
|
1254
|
+
font-family: VideoJS;
|
|
1255
|
+
font-weight: normal;
|
|
1256
|
+
font-style: normal;
|
|
1257
|
+
}
|
|
1258
|
+
.vjs-icon-forward-10:before {
|
|
1259
|
+
content: "\f120";
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
.vjs-icon-forward-30 {
|
|
1263
|
+
font-family: VideoJS;
|
|
1264
|
+
font-weight: normal;
|
|
1265
|
+
font-style: normal;
|
|
1266
|
+
}
|
|
1267
|
+
.vjs-icon-forward-30:before {
|
|
1268
|
+
content: "\f121";
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
.vjs-icon-audio {
|
|
1272
|
+
font-family: VideoJS;
|
|
1273
|
+
font-weight: normal;
|
|
1274
|
+
font-style: normal;
|
|
1275
|
+
}
|
|
1276
|
+
.vjs-icon-audio:before {
|
|
1277
|
+
content: "\f122";
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
.vjs-icon-next-item {
|
|
1281
|
+
font-family: VideoJS;
|
|
1282
|
+
font-weight: normal;
|
|
1283
|
+
font-style: normal;
|
|
1284
|
+
}
|
|
1285
|
+
.vjs-icon-next-item:before {
|
|
1286
|
+
content: "\f123";
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
.vjs-icon-previous-item {
|
|
1290
|
+
font-family: VideoJS;
|
|
1291
|
+
font-weight: normal;
|
|
1292
|
+
font-style: normal;
|
|
1293
|
+
}
|
|
1294
|
+
.vjs-icon-previous-item:before {
|
|
1295
|
+
content: "\f124";
|
|
1296
|
+
}
|
|
1297
|
+
|
|
1298
|
+
.vjs-icon-shuffle {
|
|
1299
|
+
font-family: VideoJS;
|
|
1300
|
+
font-weight: normal;
|
|
1301
|
+
font-style: normal;
|
|
1302
|
+
}
|
|
1303
|
+
.vjs-icon-shuffle:before {
|
|
1304
|
+
content: "\f125";
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
.vjs-icon-cast {
|
|
1308
|
+
font-family: VideoJS;
|
|
1309
|
+
font-weight: normal;
|
|
1310
|
+
font-style: normal;
|
|
1311
|
+
}
|
|
1312
|
+
.vjs-icon-cast:before {
|
|
1313
|
+
content: "\f126";
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
.vjs-icon-picture-in-picture-enter {
|
|
1317
|
+
font-family: VideoJS;
|
|
1318
|
+
font-weight: normal;
|
|
1319
|
+
font-style: normal;
|
|
1320
|
+
}
|
|
1321
|
+
.vjs-icon-picture-in-picture-enter:before {
|
|
1322
|
+
content: "\f127";
|
|
1323
|
+
}
|
|
1324
|
+
|
|
1325
|
+
.vjs-icon-picture-in-picture-exit {
|
|
1326
|
+
font-family: VideoJS;
|
|
1327
|
+
font-weight: normal;
|
|
1328
|
+
font-style: normal;
|
|
1329
|
+
}
|
|
1330
|
+
.vjs-icon-picture-in-picture-exit:before {
|
|
1331
|
+
content: "\f128";
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
.vjs-icon-close {
|
|
1335
|
+
font-family: VideoJS;
|
|
1336
|
+
font-weight: normal;
|
|
1337
|
+
font-style: normal;
|
|
1338
|
+
}
|
|
1339
|
+
.vjs-icon-close:before {
|
|
1340
|
+
content: "\f129";
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
.vjs-icon-search {
|
|
1344
|
+
font-family: VideoJS;
|
|
1345
|
+
font-weight: normal;
|
|
1346
|
+
font-style: normal;
|
|
1347
|
+
}
|
|
1348
|
+
.vjs-icon-search:before {
|
|
1349
|
+
content: "\f12a";
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.vjs-icon-audio-description {
|
|
1353
|
+
font-family: VideoJS;
|
|
1354
|
+
font-weight: normal;
|
|
1355
|
+
font-style: normal;
|
|
1356
|
+
}
|
|
1357
|
+
.vjs-icon-audio-description:before {
|
|
1358
|
+
content: "\f12b";
|
|
1359
|
+
}
|
|
1360
|
+
|
|
1361
|
+
.vjs-icon-cart {
|
|
1362
|
+
font-family: VideoJS;
|
|
1363
|
+
font-weight: normal;
|
|
1364
|
+
font-style: normal;
|
|
1365
|
+
}
|
|
1366
|
+
.vjs-icon-cart:before {
|
|
1367
|
+
content: "\f12c";
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
.vjs-icon-check {
|
|
1371
|
+
font-family: VideoJS;
|
|
1372
|
+
font-weight: normal;
|
|
1373
|
+
font-style: normal;
|
|
1374
|
+
}
|
|
1375
|
+
.vjs-icon-check:before {
|
|
1376
|
+
content: "\f12d";
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
.cld-video-player.cld-fluid .vjs-big-pause-button {
|
|
1380
|
+
max-width: 15%;
|
|
1381
|
+
}
|
|
1382
|
+
.cld-video-player .vjs-big-pause-button .vjs-icon-placeholder {
|
|
1383
|
+
display: flex;
|
|
1384
|
+
align-items: center;
|
|
1385
|
+
justify-content: center;
|
|
1386
|
+
top: 0;
|
|
1387
|
+
left: 0;
|
|
1388
|
+
width: 100%;
|
|
1389
|
+
height: 100%;
|
|
1390
|
+
overflow: hidden;
|
|
1391
|
+
container-type: inline-size;
|
|
1392
|
+
}
|
|
1393
|
+
.cld-video-player .vjs-big-pause-button .vjs-icon-placeholder:before {
|
|
1394
|
+
position: static;
|
|
1395
|
+
border: none;
|
|
1396
|
+
margin: 0;
|
|
1397
|
+
width: auto;
|
|
1398
|
+
height: auto;
|
|
1399
|
+
font-size: clamp(0.35em, 50cqw, 0.8em);
|
|
1400
|
+
}
|
|
1401
|
+
.cld-video-player.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-big-pause-button {
|
|
1402
|
+
transition: visibility 1s, opacity 1s;
|
|
1403
|
+
visibility: hidden;
|
|
1404
|
+
opacity: 0;
|
|
1405
|
+
}
|
|
1406
|
+
.cld-video-player.vjs-has-started.vjs-user-active.vjs-playing .vjs-big-pause-button, .cld-video-player.vjs-has-started.vjs-playing .vjs-big-pause-button {
|
|
1407
|
+
transition: visibility 0.1s, opacity 0.1s;
|
|
1408
|
+
visibility: visible;
|
|
1409
|
+
opacity: 1;
|
|
1410
|
+
}
|
|
965
1411
|
/*!*************************************************************************************************************************************************!*\
|
|
966
1412
|
!*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/ai-highlights-graph/ai-highlights-graph.scss ***!
|
|
967
1413
|
\*************************************************************************************************************************************************/
|