mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
fix: 修复 Medium 主题首页文章列表无图片 AOS 动画异常
This commit is contained in:
@@ -60,6 +60,7 @@ export default function LazyImage({
|
||||
ref: imageRef,
|
||||
src: imageLoaded ? src : placeholderSrc,
|
||||
alt: alt,
|
||||
style: src ? style : { height: '0px', ...style },
|
||||
onLoad: handleImageLoad
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user