İmzadaki resimleri engellemek isteyenler için birebir yapmanız gerekenler extra.css nın sonuna bu kodu girmek

.signature .bbCodeBlock, .signature .bbCodeImage { display: none !important; }


Resimler kalsın ama belli bir boyutta olsun isteyen olursa max-height: ve max-width: gerekli pixelleri girsin.


/* imzadaki resimleri ayarla */ .message .signature .bbCodeImage { max-height: 120px; max-width: 500px; overflow-x: auto !important; overflow-y: auto !important; }