add image between DIV, SPAN or P elements for inset shadow
Permalink
I'd like to make a theme which using inset shadow for all <img> element automatically. I need to put all <img> element in html block element.
Like:
I tried to modify concrete5's image block, and I did some change in view.php but it wasn't work.
Anyone know some solution?
Like:
<div id="img-block"><img ... /></div>
I tried to modify concrete5's image block, and I did some change in view.php but it wasn't work.
Anyone know some solution?