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