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

@@ -16,7 +16,7 @@ function Banner({ item, index }) {
return (
<section className="spotlight w-full h-full">
<img
src={`https://wsrv.nl/?url=${item.poster}`}
src={`${item.poster}`}
alt={item.title}
className="absolute right-0 object-cover h-full w-[80%] bg-auto max-[1200px]:w-full max-[1200px]:bottom-0"
/>