• I’m using Dropbox image links with the Gallery plugin and while everything appears fine on the front end of the site, inside the block editor the actual images don’t show, just alt text. I realized that this is caused by the block escaping & and converting it to \u0026amp . When I use the code editor and replace the unicode entity everything renders correctly. Also oddly enough, images are rendering as expected inside the Classic Editor but I figured the block editor is the source of the issue, not sure if it is the block plugin or the editor. When I insert images using Dropbox URLs with the native Gallery block, this issue doesn’t occur, it renders correctly on the frontend and inside of the block editor. Is there some type of escaping correction that can be done on the URLs for the images, this is an example (not real link):

    Current behavior: https://www.dropbox.com/scl/fi/fdafdafdafda\u0026amp;raw=1
    Expected behavior: https://www.dropbox.com/scl/fi/fdafdafdafda&raw=1

    • This topic was modified 4 months, 3 weeks ago by sgdi.
  • You must be logged in to reply to this topic.