@dialtribe/react-sdk 0.1.9 → 0.1.10

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.
@@ -3565,7 +3565,7 @@ function DialtribePlayer({
3565
3565
  )
3566
3566
  ] }) })
3567
3567
  }
3568
- ) : /* @__PURE__ */ jsxs("div", { className: "aspect-video relative", children: [
3568
+ ) : /* @__PURE__ */ jsxs("div", { className: "aspect-video relative max-h-[calc(90vh-200px)] max-w-[calc((90vh-200px)*16/9)] mx-auto", children: [
3569
3569
  /* @__PURE__ */ jsx("div", { onClick: handleVideoClick, className: "cursor-pointer", children: /* @__PURE__ */ jsx(
3570
3570
  ReactPlayer,
3571
3571
  {