fix: hide blurred image placeholder on browser reader mode
This commit is contained in:
parent
804c2b80e0
commit
59e68a1623
|
@ -56,7 +56,7 @@ export const ResponsiveImage = ({
|
|||
height: height || 'auto',
|
||||
}}
|
||||
>
|
||||
<div>
|
||||
<div className="comment">
|
||||
<img src={lazyUrl} alt={data.alt} title={data.alt} />
|
||||
{children}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue