Viewing 1 replies (of 1 total)
  • Plugin Author dbhynds

    (@dbhynds)

    My first/best guess is that the markup for the images is getting output like this:

    <img src = "https://example.com/" />

    I think the problem is the whitespace (spaces) on the src= bit. Change the markup to this, and I bet it’ll work:

    <img src="https://example.com/" />

    Let me know how it goes.

Viewing 1 replies (of 1 total)
  • The topic ‘Image rendered inaccurately after installing’ is closed to new replies.