Hi, I had the same problem, but solved in two ways:
By installing the plugin
https://github.com/openzoom/zoomit-wordpress & https://github.com/openzoom/zoomit-php-sdk
or uploading the image in zoom.it
and then put the code inside <p></p> like this:
<p>
<script type="text/javascript" src="https://zoom.it/6Ua1.js?width=auto&height=400px"></script>
</p>
or
<p>
[zoomit id="6Ua1" width="auto" height="400px"]
</p>
In that way, it shows the image, I hope it helps you.