
How to autolink all images in Ghost to the full resolution
The Problem When you insert an image into a post using the Ghost platform, it might be displayed as much smaller, depending on your theme. Viewing the full version means either opening the image in a new tab or linking the image to itself so that clicking on it opens it up outside of the context of the page. Either way, someone’s doing manual work, so let’s automate it! The Solution Here’s a snippet of JavaScript code you can insert under “Blog Header” in the “Code injection” section of your Ghost blog, or in a separate file if you’re self-hosting and have access to where the themes are uploaded. ...







