I had included a snippet of code from the page where the problem is and the editor processed it as html displaying only the alt text here. This is the same code snippet with the “<” and “>” removed to stop it being processed as html
span class=”cn-image-style”
span style=”display: block; max-width: 100%; width: 100px” ( two width attributes in one line)
img height=”150″ width=”100″ sizes=”100vw” class=”cn-image photo” (sizes is not an attribute I recognize)
alt=”Photo of john Alston”
title=”Photo of john Alston”
srcset=”http://www.nuestrabodega.com/wp-content/uploads/connections-images/john-alston/Matt_180-f1b738dcbcab73764db0f0cffdda296a.jpg 1x” ( I recongize the attribute of img called SRC but not SRCSET)
/span /span
You can of course load the page and read the same source code from the site but these are the places that seem to be affecting the display of the image.
I appreciate any assistance you can provide.
Matt