Alright, I have done some more testing, and it is still doable, but it is even more kludgy than before. From some quick tests, it appears that it cannot be tweaked while in edit mode; the image is wrapped in some kind of object that obscures the image code. So: Right click and inspect the image while in display mode. To the image's css properties in the inspection panel, add "float:left" or "float:right". The display will change, but this is not permanent, it's just for that session. To make it permanent: Put the sheet into edit mode. Select All and Copy. Close the handout. Refresh the session. Open the handout in the new session and put it into edit mode. Select All and Paste. Save the handout. Your changes should now be persistent. From what I can tell from my layman's perspective, changes made in the inspector are temporary, limited to that session. Even if you copy and paste in that session, it is only copying and pasting a change that is somehow "marked" as temporary. By refreshing, you are erasing whatever that "temporary" flag is, and pasting truly altered code. Example: I'd also suggest adding a margin property around the image, for readability. And like before, this is a hack. Use at your own discretion.