Images shown in preview, not shown when published
-
Hello, I am experiencing this again, but I forgot how did I solve it the last time :) I have an article to publish and most of the images are wider than 640/700 px. So I would like to upload the original images and to restrict their width to 640 by width tag. But I want users to be able to click on them and see the image in original size. This is important especially for bigger screenshots with code. I initially did that like < a href="address_of_bigimage.png" >< img src="smallimage.png" />< a/> (there are some spaces put in the html part only for this comment, so that it appears as html and not be autoformatted). Can this be done in an easier manner? If not, what will be the address of all images for the article - it should be code project domain, then KB (knowledge base) and then some number I guess? Thanks in advance