22,326
edits
Changes
Jump to navigation
Jump to search
added section Resizable images
== Shared files database ==
Please note that all IntactiWiki articles in all localized IntactiWiki instances should use shared images, wherever possible. Therefore, all IntactiWiki instances use an IntactiWiki Pool<ref>httphttps://pool.intactiwiki.org</ref> instance, where all images are stored. They can be used from all Intactiwiki instances without any reference to the Pool at all. The Pool itself must not be used for placing articles there.
== Interwiki images ==
The Interwiki extension is being used in the IntactiwikiIntactiWiki, too, which allows using e.g. Wikipedia images as if they were part of the IntactiWiki themselves. You don't have to add more code in most cases. == Resizable images ==Whenever you place a rather large image on an IntactiWiki article, chances are that parts of it will be cropped on small screens like e.g. smartphones. So you better embed large photos, graphics and images in an HTML div. '''Example:''' <code><nowiki><div class="res-img">[[File:13_GA_Symposium_2014_Boulder.jpg]]</div></nowiki></code> '''Result:''' <div class="res-img">[[File:13_GA_Symposium_2014_Boulder.jpg]]</div> Try rescaling your device screen and see how the large photo above will be resized automatically.
== Copyrights checked? ==