PDA

View Full Version : Auto size header logo image for different devices?


pityocamptes
05-09-2015, 05:40 PM
Is there a way to auto size the logo image for different screen sizes and devices? Thanks.

the one
05-10-2015, 05:56 AM
That would be awesome

Thanks

pityocamptes
05-13-2015, 10:17 PM
No one?

pityocamptes
05-20-2015, 01:51 AM
Bump!!!

Seven Skins
05-20-2015, 10:20 AM
This may help ... https://vborg.vbsupport.ru/showthread.php?p=2541105#post2541105
Also you can use media queries.

eg

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* STYLES GO HERE */
}