1
0
Fork 0

Try to use the additional new props for card

Only use imageDescription for now
This commit is contained in:
Lim Chee Aun 2023-10-04 22:40:34 +08:00
parent 5faf911b17
commit 643b6bce07

View file

@ -1551,14 +1551,17 @@ function Card({ card, instance }) {
description,
html,
providerName,
providerUrl,
authorName,
width,
height,
image,
imageDescription,
url,
type,
embedUrl,
language,
publishedAt,
} = card;
/* type
@ -1631,7 +1634,7 @@ function Card({ card, instance }) {
width={width}
height={height}
loading="lazy"
alt=""
alt={imageDescription || ''}
onError={(e) => {
try {
e.target.style.display = 'none';