mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-11-14 13:58:07 +00:00
b149834b79
This script does two things: 1) Display the image with an user defined width; 2) Wrap the image in an anchor tag that links to the full size image. TODO: do not resize the image when it does not have a width attribute AND is smaller than the maxWidth.
9 lines
347 B
JSON
9 lines
347 B
JSON
{
|
|
"name": "Image preview",
|
|
"identifier": "image-preview",
|
|
"script": "image-preview.qml",
|
|
"version": "1.0.0",
|
|
"minAppVersion": "17.11.6",
|
|
"authors": ["@sanderboom"],
|
|
"description" : "This script does two things: 1) Display the image with an user defined width; 2) Wrap the image in an anchor tag that links to the full size image."
|
|
}
|