Deschide fişierul templates/NumeTemă/bbcode.tpl într-un editor text şi caută:
Cod: Selectaţi tot
<!-- BEGIN img --><img src="{URL}" border="0" /><!-- END img -->
Cod: Selectaţi tot
<!-- BEGIN img --><img src="{URL}" border="0" onload="swapIMG(this)" /><!-- END img -->
Cod: Selectaţi tot
</head>
Cod: Selectaţi tot
<script type="text/javascript" language="javascript">
function swapIMG(oImg)
{
if (oImg.width && oImg.width>650)
{ //max size
oImg.style.width = '650px';
}
}
</script>