fix:sm banner image
This commit is contained in:
parent
63865ac8b4
commit
99c51a8fcf
|
|
@ -134,8 +134,8 @@ export default function HeaderNews() {
|
|||
<div className="relative w-full h-[200px] md:h-[400px]">
|
||||
<Image
|
||||
alt="headernews"
|
||||
width={480}
|
||||
height={480}
|
||||
width={1980}
|
||||
height={1080}
|
||||
onLoad={(e) => handleImageLoad(e, index)}
|
||||
src={
|
||||
newsItem?.thumbnailUrl === ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue