As I'm creating a page with a couple images I found that some small images with actual pixel size on the page still can be clicked to be viewed in an image preview where they show in exactly the same size!
Which is super pointless... If you actually make the image bigger on the page it will end up smaller in the preview!!! So of course: Those ones don't need to be clickable!! How to turn that off?
here in the comments Magali Sourbes asks:
- "Is there a way to turn off the "preview" feature ..." (also asking to download... wth.. however)
But the reply was:
So here I am! haven't found anything solid yet. But I actually have a workaround! It's a bit hacky but at least it works: use HTML macro to show the image! on you page you want to edit:
- hit e for edit mode
- add the image like always (type ! and select it ...)
- right click the image and somehow get the code
- View Selection Source is quite nice. If you're indenting make sure you copy the <p> tags too
- or in Inspect element right click on the <img> or surrounding <p> and hit Copy Outer HTML
- get rid of all attributes but src, height, width and thier values. You might wanna keep title too.
- doing this might be easier in Notepad++ or similar with XML syntax highlighting...
- Copy the html code
- Goto the spot where you want to insert the image
- Press Ctrl+Shift+A do open macro selection popup
- type htm.. and the html macros should show up already
- select the html macro via mouse (there is no way of selecting it with keyboard
) - Press Insert
- Paste cleaned up <img> code in there
- Save to see the effect (Image Preview popup is always off in Page Preview
)
So .. I just saw: You might also use the HTML img macro! But still:
Having a checkbox:
[ ] show in Image Preview Popup
would be quite nice! Or even having small images with actual pixel size not popping up in a preview..