PDA

View Full Version : sig resize addon


craigvm
09-08-2012, 09:13 AM
hi i`ve been looking for a addon that will auto resize sigs but can only find this 1 for vb3 https://vborg.vbsupport.ru/showthread.php?t=214600&page=4 is there a addon the same for vb4?

LouiseWilson
09-08-2012, 10:26 AM
This will do the height

https://vborg.vbsupport.ru/showthread.php?t=272700&highlight=Signature

hazem_aliraqi
09-08-2012, 01:15 PM
I been made code css for resize sigs

fieldset, img {
max-width: 500px;
max-height: 500px;
}



I hope its work with you

craigvm
09-08-2012, 03:15 PM
I been made code css for resize sigs

fieldset, img {
max-width: 500px;
max-height: 500px;
}



I hope its work with you

great mate but where do i put the code mate?

snakes1100
09-08-2012, 03:21 PM
additional.css template.

craigvm
09-08-2012, 03:45 PM
thanks for that m8

--------------- Added 1347122851 at 1347122851 ---------------

just done it and it resizes the title image i need just the sigs resizing if thats poss

snakes1100
09-08-2012, 03:51 PM
.signaturecontainer {
max-height:200px;
}

You can add other standard css calls to that to limit width as well.