master
mahdi 2 years ago
parent 730fd6e4ad
commit 2036f52599
  1. 3
      src/components/VodProduct/index.js

@ -58,8 +58,9 @@ const VodProduct = ({
className="group transition ease-in-out delay-150 duration-300 w-full relative flex items-center justify-center cursor-pointer"
style={{
backgroundImage: `url(https://dnvn.ir/api/v1/file/${video?.fileIds})`,
backgroundSize: "100% 100%",
backgroundSize: "cover",
backgroundRepeat: "no-repeat",
backgroundPosition: "center center",
height: height,
}}
data-modal-toggle="large-modal"

Loading…
Cancel
Save