<![endif]-->
<if test="$this->settings['resize_img_force']">
<!-- Forces resized images to an admin-defined size -->
<style type='text/css'>
img.bbc_img {
max-width: {$this->settings['resize_img_force']}px !important;
max-height: {$this->settings['resize_img_force']}px !important;
}
</style>
<else />
<style type='text/css'>
img.bbc_img { max-width: 100% !important; }
</style>
удалил неработает