MyBB Community Forums

Full Version: Fix This
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I fix images or change images on new topic and how to resize it ??? Really need help??

[Image: o9EfgfM.png]
Open ./jscripts/editor.js inside find:

// Determine the overall height and width - messy, but works
		w = oldTextarea.getDimensions().width+"px";
		if(!w || parseInt(w) < 400)
		{
			w = "400px";
		}

Replace 400 with 550 and save Smile