remove placeholder
This commit is contained in:
parent
11e277416b
commit
89a7aa1d34
2 changed files with 1 additions and 2 deletions
|
|
@ -47,8 +47,7 @@ const imageShortcodePlaceholder = async (
|
||||||
})
|
})
|
||||||
.join('\n')}
|
.join('\n')}
|
||||||
<img
|
<img
|
||||||
src="/assets/images/image-placeholder.png"
|
src="${lowsrc.url}"
|
||||||
data-src="${lowsrc.url}"
|
|
||||||
width="${lowsrc.width}"
|
width="${lowsrc.width}"
|
||||||
height="${lowsrc.height}"
|
height="${lowsrc.height}"
|
||||||
alt="${alt}"
|
alt="${alt}"
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 96 B |
Loading…
Reference in a new issue