markhoffman I am not sure what is the issue there, but there is a bad practice that you are following.
You should never directly upload any images on the Item Description (or even on the Restaurant Description)
You should first resize the image to your appropriate size, then upload the image to any 3rd party website like https://postimages.org then use the Direct URL of the image in the HTML editor section like so: <img src="https://any-3rd-party-site.com/your-image-url .png">
Doing so might even solve your issue.