Center image in image block

Permalink
Hi, is there an easy way to center (align) images used in an image block?

Thanks!

ZillionProductions
 
Gondwana replied on at Permalink Reply
Gondwana
I don't think there's a way that's as easy as it should be.

Try applying centre-block as a custom class to your image block.
siton replied on at Permalink Reply
siton
One way is by CSS (the image block has selector you can use). You have a lot of ways to align img (search on google). Exanple:
http://stackoverflow.com/questions/7055393/center-image-using-text-...

in my opnion the simple way is to surrond the image by <p> with style "text-align: center" and thats it :) (make custom template)