MyBB Community Forums

Full Version: MyDropzone Image Size in Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I installed the Mydropzone Plugin: https://community.mybb.com/mods.php?action=view&pid=1437.

I then changed the way it uplooads from on my server to imgur.

After submitting the thread, the image shows really large so i went to edit and resized it, submitted it again but the resize did not apply.

I found out that in ACP Theme section inside global.css is following css code which is responsible for the Image sizes:
.scaleimages img {
	max-width: 100% !important;
}
(I manually added the !important to it a while ago so images like signature etc. show with full size and not shrinked to short place however i now want it to  always show with the with and heigh to which the image got resized inside the editor but i ain't sure how i can achive that.

Regards,
Infinimonster