Jack Moore
Jack Moore
I guess not, but I'm open to contributions here. I think the only thing that could be done would be move back to use a mirrored textarea element, but I...
Switching to `new Event` was in response to #280. Using `document.createEvent` will work fine in practice, but I want to stick with the new standard if possible. Can you tell...
Sorry, I don't know of anything that can be done about this with Autosize's current approach to resizing the textarea element. The alternative approach would be to create a mirrored...
JavaScript doesn't know what unit of measure you used, because getComputedStyle returns the pixel equivalent values.
Oh, sorry, I see what you are asking now. It's is an interesting suggestion, but I don't know if it is something I'll pursue. Just because the font-size of the...
Good job changing the photoRegex, that was the right way to work around that. The photoRegex doesn't have to be complicated if you know it's not a photo (e.g. `/.^/`)....
@mylann I figured there was probably some way to do this so I tooled around with it for a while and couldn't figure it out. My apologies, I think you...
ColorBox does need this option, and it's on my todo list. In the meantime, would something like this work for you? .cboxPhoto {min-height:700px;} On Thu, Feb 16, 2012 at 9:06...
> I would love it to be smart enough in CSS to understand it needs to move though. I feel your pain. CSS won't have awareness of that state of...
Sorry, it's been a long time since I looked at this code. Did you try calling `$.colorbox.resize()`? It was intended to address the situation I think you are describing, but...