How do I get the delete button to show in the top right corner of an image?
You'll need to wrap the image in a container, then have the image and as well as a close-button inside of the container. Something like: <div> <img> <span>X</span> </div> . You'll want to give the image a relative positioning to be able to stack it below the span.