You can use this extension if find that external images on your Feather Wiki pages are too small.
Installation #
To use the view fullsize image extension, you can do one of the following things:
- Go to your Wiki Settings and add
to the "Custom Head" text area.<script src="https://feather.wiki/extensions/v1.8.x/view-fullsize-image.js"></script>
- Save the view fullsize image extension file to the same folder as your Feather Wiki file and add
to the "Custom Head" text area in Wiki Settings.<script src="./view-fullsize-image.js"></script>
- (This way requires that the
view-fullsize-image.js
file always remains in the same folder as your wiki file.)
- (This way requires that the
- Go to the source code for the extension, copy the code, and paste the whole script directly into the "Custom JS" text area in Wiki Settings.
What it Does #
Once you add your extension code, you will not be able to see the results until you save your wiki and re-load the file. When it's saved and reloaded, this extension makes all images clickable so the original image file can be opened in a new tab. At that point, most web browsers allow you to zoom in on the original image so you can see any details you couldn't before.
Previous Versions #
Starting with Version 1.8.0, extensions are now stored in paths that include the minor version number (i.e. extensions for version 1.8.0 are stored in extensions/v1.8.x/
) to indicate that they are incompatible with lower version numbers. The version of this extension compatible with versions of Feather Wiki below 1.8.0 can still be found at https://feather.wiki/extensions/view-fullsize-image.js
, but the old version will no longer receive updates.