@geekapps/silo-elements-nextjs 0.3.5 → 0.3.6

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/index.js CHANGED
@@ -2525,7 +2525,7 @@ function Video({
2525
2525
  "video",
2526
2526
  {
2527
2527
  ref: videoRef,
2528
- className: `h-full w-full ${isFullscreen ? "object-contain" : "object-cover"}`,
2528
+ className: "h-full w-full object-contain",
2529
2529
  playsInline: true,
2530
2530
  preload: "metadata",
2531
2531
  crossOrigin: "anonymous",