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]">
|
<div className="relative w-full h-[200px] md:h-[400px]">
|
||||||
<Image
|
<Image
|
||||||
alt="headernews"
|
alt="headernews"
|
||||||
width={480}
|
width={1980}
|
||||||
height={480}
|
height={1080}
|
||||||
onLoad={(e) => handleImageLoad(e, index)}
|
onLoad={(e) => handleImageLoad(e, index)}
|
||||||
src={
|
src={
|
||||||
newsItem?.thumbnailUrl === ""
|
newsItem?.thumbnailUrl === ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue