Question about the img plugin

master
spalax 2015-06-19 15:39:41 -04:00 committed by admin
parent 7cedc1fee4
commit 667fc8095c
1 changed files with 4 additions and 0 deletions

View File

@ -16,3 +16,7 @@ It would be handy if the `class` and `id` tags were passed through to the surrou
I have created a patch that allows the image to be sharpened when resampled.
There is also an additional option to interlace the image using plane for
progressive display. --[[kjs]]
---
Is it possible to give an external image URL, must the image be local? One use case would be displaying *badges*, like [[the number of stars|https://img.shields.io/github/stars/joeyh/ikiwiki.svg]] of a [[github project|http://github.com/joeyh/ikiwiki]], but ``\[[!img https://img.shields.io/github/stars/joeyh/ikiwiki.svg]]`` does not work: [[!img https://img.shields.io/github/stars/joeyh/ikiwiki.svg]].