Images are resized on the fly, making it pretty slow - on the other hand, no cache or thumbnail pre-making is needed
## @param path:title=Status|type=string|required=true|desc=Path to the Image ## @param image:title=Status|type=string|required=true|desc=Image Name ## @param group:title=Status|type=string|required=true|desc=Group ## Thumb and Display Sizes: #set($ThumbSize=200) #set($DisplaySize=800) <img src="/media/${parampath}thumbs/${ThumbSize}pxHigh/${paramimage}" class="confluence-embedded-image" title="${paramimage}" data-image-src="/media/${parampath}thumbs/${DisplaySize}pxHigh/${paramimage}">