pb-sxp-ui 1.0.29 → 1.0.30

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/pb-ui.js CHANGED
@@ -12225,16 +12225,16 @@ Made in Italy` })));
12225
12225
  React.createElement("div", { style: {
12226
12226
  position: 'absolute',
12227
12227
  width: '100%',
12228
- height: 'auto',
12228
+ height: '100%',
12229
12229
  top: '50%',
12230
12230
  transform: translateY,
12231
12231
  left: 0,
12232
12232
  right: 0
12233
12233
  } },
12234
- React.createElement("div", { style: { position: 'relative' } },
12234
+ React.createElement("div", { style: { position: 'relative', width: '100%', height: '100%' } },
12235
12235
  React.createElement("video", { id: `pb-video-${index}`, className: 'clc-pb-video', ref: videoRef, crossOrigin: 'anonymous', muted: true, controls: false, playsInline: true, preload: 'auto', onPause: onPause, onEnded: handleVideoStart, style: {
12236
12236
  width: '100%',
12237
- height: 'auto',
12237
+ height: '100%',
12238
12238
  objectFit: 'contain'
12239
12239
  } }),
12240
12240
  React.createElement("img", { hidden: !isPauseVideo, className: 'clc-pb-video-pause', src: PAUSE_ICON }))),