<div class="entry-content">
The above code can be found through the chrome debugger. This is the container for your content fields, including this image.
The content-input class is currently set to overflow:hidden . Update this to overflow:visible or remove the .entry-content class from this div.
source share