This commit is contained in:
Tejas Panchal
2025-07-24 22:23:14 +05:30
parent 2a449a6f00
commit 6e55237581
15 changed files with 98 additions and 121 deletions

View File

@@ -143,7 +143,7 @@ const CategoryCard = React.memo(
<div className="overlay"></div>
<div className="overflow-hidden">
<img
src={`https://wsrv.nl/?url=${item.poster}`}
src={`${item.poster}`}
alt={item.title}
className={`w-full h-[320px] object-cover max-[1200px]:h-[35vw] max-[758px]:h-[45vw] max-[478px]:h-[60vw] group-hover:blur-[7px] transform transition-all duration-300 ease-in-out ultra-wide:h-[400px] ${cardStyle}`}
/>
@@ -258,7 +258,7 @@ const CategoryCard = React.memo(
<div className="overlay"></div>
<div className="overflow-hidden">
<img
src={`https://wsrv.nl/?url=${item.poster}`}
src={`${item.poster}`}
alt={item.title}
className={`w-full h-[250px] object-cover max-[1200px]:h-[35vw] max-[758px]:h-[45vw] max-[478px]:h-[60vw] ${cardStyle} group-hover:blur-[7px] transform transition-all duration-300 ease-in-out `}
/>