So I have this image element.
<img src={{this.vac-card.vac_card_url}} alt="vac-card.png" id="vac-card-image" onerror="this.style.display='none'">
<p><a href={{url}} target="_blank">Click here to download.</a></p>
You can see that if the image does not load up properly, it will show nothing. How do I have it so that the paragraph only shows if the image did not load up, but it will not show if the image loaded properly?
` element.
– Randy Casburn Nov 10 '21 at 22:34