I would like to center the image when the user opens the image in a chrome-less window and not center the chrome-less window itself.
The following is what I have:
<img src="DSC01646_tn.jpg" alt="img" onclick="window.open('/share/Company Halloween 2018/DSC01646.jpg', 'newwindow', 'DSC01646.jpg', 'width=auto, height=auto')"/>
I would like to add the following styling css class "mod" to modify the output of the image.
How can I achieve this.