I am attempting to insert a image in my About widget for my web application. After adding the photo and attempting to hit OK, my web page becomes unresponsive. I have other photos that were added with no issue, but this one in particular is causing my web app to crash every single time. I have tried some stuff like changing the img type, reducing the resolution, and converting it to base64 and trying to insert it via the HTML source. None of these have worked. Wanted to reach out for suggestions.