Автоуменьшение крупных картинок
Код:
<!-- Автоуменьшение крупных картинок -->
<style type="text/css">
.punbb .postimg {
max-width:400px!important;
max-height:400px!important;
width:auto!important;
height:auto!important;
}
</style>