spreadred
spreadred
@alpertandogan This is what I settled on for my fork. It's not perfect though. It works on the 2.0 branch ``` // single step canvas resize Wysiwyg.prototype.resizeImageOnce = function( image,...
@gbergeson I implemented an image size restriction and automated resizing in my fork: [https://github.com/kaptainkommie/bootstrap-wysiwyg](https://github.com/kaptainkommie/bootstrap-wysiwyg) You might be able to use that code as starting point to do whatever it is...
@floriansegginger thanks, I've pushed this (minus the bower changes) to my fork!
So you essentially want the text to take up the entire width with equal spacing between each character?
@fazila-mehtab Stack exchange is probably the better place to find an answer to your question. For instance, the last answer on this post seems to do what you want: https://stackoverflow.com/questions/17538151/how-to-make-text-take-full-width-of-its-container
@rohan-deshpande You can access the "uploaded" files from inside the insertFiles(files) function. This is what I did in order to force resizing of images on the fly. Each of the...
I can replicate this behavior as well. 1. Open new page with editor 2. Do not type anything 3. Click "Bold" 4. Attempt to unclick "Bold"; it stays selected Note:...
With IE 11/Windows 10 visiting http://steveathon.github.io/bootstrap-wysiwyg/, the add hyperlink button does not work properly for me either. When you click the hyperlink button, it drops down the textfield to type...
@Kaorinite getCurrentRange() is defined in the source code. Are you sure you don't have a syntax error somewhere before that function is defined?
@Kaorinite Backspace and Delete work fine for me in the lastest version of Chrome. Can you provide a bit more information about this issue? What version of Chrome are you...