Generally speaking – is it possible to draw with javascript two diagonal lines inside of a specific div on a website? It should basically look like a placeholder image … e.g. http://wightwildflowers.com/assets/images/placeholder.png
I’m just curious. If it’s possible how would it be done?
Is it reasonable to dynamically add and size the placeholder image you just showed? That might be your best bet.
You could also try working with the
canvaselement.