In Ghost, the markdown for image is
![alt](src)
Is there a hidden format for adding a class in the img tag? Or is this feature not in G
img
You can add them through jQuery with the following code before the body end tag on the default.hbs file
$('img').addClass('img-thumbnails');