Comments on [ F2U ] Panoramic All Comments

hello, i'm sorry to bother you but i'm using this code for my baby here: https://toyhou.se/12383445.lindsey   and i'm having some trouble with the photo, it's half getting under the info box, and while editing the code it shrinks everytime i click anything, i don't know if this is my fault but i really don't know how to fix it 

you edited with WYSIWYG on; please disable it in your display settings before proceeding!

because of that, extra coding was added that messes up the raw code.  please replace this:

<img src="https://f2.toyhou.se/file/f2-toyhou-se/images/38772791_z9PS1GEskY1mW1u.png" class="img-thumbnail p-1 fr-fic fr-dii" style="border-width:3px;background-color:rgb(242,238,234);object-fit:cover;" width="169" height="163" alt="38772791_z9PS1GEskY1mW1u.png">

with this:

<img src="https://f2.toyhou.se/file/f2-toyhou-se/images/38772791_z9PS1GEskY1mW1u.png"
class="img-thumbnail p-1"
style="border-width:3px; border-color:#B42125; background-color:#f2eeea;margin-top:-40px; object-fit:cover; height:190px; width:190px; z-index:100">

it should be working now! ^^

aaa it works!! thank you so much for helping me!! <33