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:
<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?

 
primeone replied on at Permalink Reply
primeone
How did you set it up in the css?
mhawke replied on at Permalink Best Answer Reply
mhawke
haky replied on at Permalink Reply
Many thanks mhawke! This is working.