Preview featured image using frontend post plugin
If you want to show an image without storing it to the server and retrieving that url first, you will need to generate a local url to put in your image tag. That means using javascript. Actually, it’s quite simple (props): In the place where you want the image to appear, insert: <img id=”temporary-id” alt=”your … Read more