PDA

View Full Version : Banner length on different resolution


tonynlek
08-13-2006, 08:41 PM
Hi,

I have put a banner logo on top and when i resize the window, it does not stretch.

I set up my logo using the 1024 x 768 resolution and when it is view in a 800 x 600 setting it's width is long and goes out to the right of the forum table width.

How do i make my logo banner "compress" or "stretch" as i resize my window or when i change my resolution setting.

This site is able to do it, the banner is able to compress and stretch due to different window size.
http://www.plecofanatics.com/gallery...ry.php?cat=501

Thanks

dodgeboard.com
10-24-2006, 12:46 PM
<a href="https://vborg.vbsupport.ru/showthread.php?p=1103249#post1103249" target="_blank">https://vborg.vbsupport.ru/showt...49#post1103249</a>

Primeval
10-25-2006, 07:32 AM
Go to your header templates and on your img tag (that displays your logo) add width and height tag.

Like... <Img src="$vbullentinheadercode" width="100%" height="xx" >

The img src can be the default vb header code or your custom url and hight as your current banner height. If you do not add the height code, the image will blow up too big.

Now your logo can stretch to any resolution.

jstyles21
12-30-2008, 02:47 PM
Go to your header templates and on your img tag (that displays your logo) add width and height tag.

Like... <Img src="$vbullentinheadercode" width="100%" height="xx" >

The img src can be the default vb header code or your custom url and hight as your current banner height. If you do not add the height code, the image will blow up too big.

Now your logo can stretch to any resolution.

This is exactly what I need to do but I don't know where to enter this HTML code.

I went into the Admin CP - Template Options - Header but don't see where I could enter this code in.