Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sarah Threet 2 posts 82 karma points
    Sep 17, 2018 @ 22:15
    Sarah Threet
    0

    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!

  • Roger Jarl 22 posts 115 karma points
    Sep 18, 2018 @ 06:27
    Roger Jarl
    100

    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:

    <img src="image.jpg?width=640&amp;height=480" />
    

    To:

    <img src="image.jpg" />
    
  • Sarah Threet 2 posts 82 karma points
    Sep 18, 2018 @ 16:01
    Sarah Threet
    0

    Thanks! That wasn't the fix but it inspired me to find what I needed, much appreciated!

Please Sign in or register to post replies

Write your reply to:

Draft