[Tip] Static header image, what class for div to use for keeping the image scalable too?

 
Petri Kosunen
 
Avatar
 
 
Petri Kosunen
Total Posts:  66
Joined  05-11-2014
 
 
 
05 November 2014 17:32
 

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

 
eeBootstrap Support Team
 
Avatar
 
 
eeBootstrap Support Team
Total Posts:  105
Joined  22-09-2014
 
 
 
05 November 2014 17:42
 

Add class img-responsive to <img> tag.

<img class="img-responsive" src="http://www.xxxxxx.net/bannerit/1170xxx.jpg" alt="xxxxx" title="xxxxxx" /> 
 
 
Petri Kosunen
 
Avatar
 
 
Petri Kosunen
Total Posts:  66
Joined  05-11-2014
 
 
 
05 November 2014 17:51
 

Yeah, thanks. smile