MyBB Community Forums

Full Version: Images Not Resizing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ever since the upgrade, I can't figure out how to apply MyCode to alter the maximum height and width displays of images.

I did a bit of looking into the templates, and I'm seeing mycode_img is the culprit. Is it possible to change this code to have the resize code in place?

The template's code:
<img src="{$url}"{$width}{$height} alt="{$alt}"{$css_align} class="mycode_img" />