The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
That's because the header image if HUUUUUUUUGE @ 1125px x 233px.
I would take a hint from "responsive" web design and use @ media screen css example: Code:
@media screen and (min-width: 1125px) { .logo-image { background: transparent url(images/misc/bannergraphic_photoshop.png); } } Code:
@media screen and (max-width: 1124px) { .logo-image { background: transparent url(images/misc/bannergraphic_photoshop_small.png); } } I'm actually working on a responsive style now and its giving me some issues on subsequent pages but that should work let me know if not. |
2 благодарности(ей) от: | ||
Max Taxable, RichieBoy67 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|