I am trying to add a staff member bio and photo in our Umbraco page builder, and while the .jpg appears correctly in both the Thumbprint and the Bio Picture slots, when I save and publish and it pushes to the website, the broken .jpg symbol appears. I have tried two different versions of the photo, a larger and a smaller one, and neither of them work. Now taking suggestions, please!
Are you using the media picker in the rich text editor? In that case, it might be similar to a problem I had. But it only occured when I viewed the page with Internet Explorer. The solution for me was to remove the width and height parameters after the image file name in the RTE source code. Example:
broken link .jpg
I am trying to add a staff member bio and photo in our Umbraco page builder, and while the .jpg appears correctly in both the Thumbprint and the Bio Picture slots, when I save and publish and it pushes to the website, the broken .jpg symbol appears. I have tried two different versions of the photo, a larger and a smaller one, and neither of them work. Now taking suggestions, please!
Are you using the media picker in the rich text editor? In that case, it might be similar to a problem I had. But it only occured when I viewed the page with Internet Explorer. The solution for me was to remove the width and height parameters after the image file name in the RTE source code. Example:
Changed this:
To:
Thanks! That wasn't the fix but it inspired me to find what I needed, much appreciated!
is working on a reply...