You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »


Max Width Image

Add the image to your wiki page:

<div class="res-img">
[[File:Whatever.JPG]]
</div>


Make a class for responsive images, i.e. insert the following in your MediaWiki:Common.css

/* To make images responsive */
.res-img img {
	max-width:100%;
	height:auto;
}



References

ReferenceURL
How to make an image simply size to the users screen?https://www.mediawiki.org/wiki/Topic:Tuubagqalz9vk2m9


  • No labels