You can align images or sources by giving the source a class, for example
<img class="photo" src=photo.png" alt="A photo">
so you can give the source a class and go to css and give
.photo { align: left }
or you can use
.photo { float: left }
Hope it works!
<CloseButton /> provided more flexibility so I have used this instead