You are viewing a single comment's thread from:

RE: Megalodon

in #photography7 years ago (edited)

Someone gave me this snippet of markdown code. i havent tried it yet. But we both should. It makes the photo click to larger version :

this is what the code of a photo looks like

![ADS_1.jpg](image address)

All you need to get clickable image is to change the format as following:
[![ADS_1.jpg](image address)](image address)

You add square brackets around original format and then copy image address in circle brackets and paste it after the enclosing square bracket

Sort:  

I've seen this on a few peoples posts. I'll try this for sure.