I have to put static banner to top of the forums, but it doesnt scale down when using mobiles. What class I should be using cos inside container, theme doesnt do the thing itself even that i tought it does it.
Thanks
Add class img-responsive to <img> tag.
<img class="img-responsive" src="http://www.xxxxxx.net/bannerit/1170xxx.jpg" alt="xxxxx" title="xxxxxx" />
Yeah, thanks.