hello,
I have a self-hosted ghost and I am curious how I can control, and resize images from the editor for pages and posts. I didn’t find the option to align the image to the right, or left, or make it smaller.
please advise.
hello,
I have a self-hosted ghost and I am curious how I can control, and resize images from the editor for pages and posts. I didn’t find the option to align the image to the right, or left, or make it smaller.
please advise.
You can accomplish this by adding some code to your theme and/or to code injection, then wrapping HTML card snippets around your images. See here:
Thanks @Stromfeldt .
I am using Casper theme and it looks some limitation because of the grid layout. Could you suggest how to overcome it?
Thanks.
I’m not sure what you mean by “the grid layout”. I tested out the code on Casper’s demo page, and the images re-sized and floated correctly. Perhaps you mean the images were bleeding past the text area? If so, change the default size of your images from wide width to regular width, and everything should look fine. (Except for the captions. You may have to adjust the coding to take them into account.)