Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Problem: How to make an image "clickable"?
Solution: First attach the full resolution image to the page in which you want the "clickable" image. Then, use the following wiki markup line to create the clickable image of size 450. This example has the image type to be .png. Change that part of the code to .jpg for a jpeg image.

Code Block

\\
!NameOfImage.png|width=450!|^NameOfImage.png
\\

You can now make a "clickable" image similar to the one below.



Problem: How to create a thumbnail picture. This will expand the picture while keeping the background of the current page. 

Solution: Use the following structure of code. It's advisable to keep the picture at 350 or lower since making it bigger does not improve its resolution. Thumbnails are meant to be small. Replace .png by .jpg for a jpeg image.

Code Block

\\
!NameOfImage.png|thumbnail,width=350!
\\


Image Added

Problem: How to make an Under Construction note
Solution: Use the following command with your text placed in the middle.

...