Round Images

Permalink
Hi All

I am just in the process of adapting a bootstrap htm site to C5.
All seems to be going well except in one area, round images.

I have a section on the html site that currently uses this well:
<div class="round-box round-medium">
                  <span class="box-inner">
                    <img alt="some image" class="img-circle" src="images/assets/landscapes/landscape-2-a-300x300.jpg">
                  </span>
                </div>


When I try and swap out the image for an editable area things all get a bit freaky, more can be explained if necessary.
Has anyone successfully done this on a C5 site? Could you tell me how?

Cheers

madeforspace