I am currently using the nicEdit editor and have successfully integrated my own custom image resizing script. However, I am facing an issue where the default _moz_resizing feature in Firefox is interfering with my custom script.
My goal is to have specific control over the resizing of the image, such as restricting it to only resizing within the boundaries of the parent container's width.
To address this issue, I have written a custom script. Yet, I am unsure how to disable Firefox's _moz_resizing. As a workaround, I am considering detecting if the browser is Firefox and disabling my custom script in favor of using _moz_resizing, even though this means sacrificing some control over the resizing process.
This workaround may lead to potential browser bugs in Firefox, which is less than ideal. :(