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

Compare with Current View Page History

« Previous Version 2 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

  • No labels