richzarate1997 / recipe_routers

Dev10 Capstone Project
MIT License
1 stars 0 forks source link

Render stock image for broken recipe pictures #62

Open coren-frankel opened 1 year ago

coren-frankel commented 1 year ago

If an image doesn't render, provide a default "stock" image. To do this, we may need to get clever. Perhaps use a background image to load stock image behind the original image.

coren-frankel commented 1 year ago

Let's see if we can solve this with some raw HTML, if not more robust components based on the picture tag.

This might be easier than I had thought.