Jack Moore
Jack Moore
Sorry, I could not reproduce this issue. Pressing alt in IE11 did toggle the menu bar, which does affect the viewport size. Colorbox's dimensions can be set as a percentage...
That's correct, I can't really measure the dimensions until the content is in the document flow. However, I could have done a better job avoiding this for inline content since...
See my previous suggestion about using `transition: 'none'` or setting the initialWidth/initialHeight sizes. Example: ``` Launch page in iframe ``` Or ``` Launch page in iframe ```
However, I agree this shouldn't be necessary for immediately loaded content (like inline or iframe). Sorry for the workaround.
Hi, sorry about the late reply, I've been traveling. You should be able to use the SVG elements like you would any other DOM element. Does this work? ``` $('.colorbox_content').colorbox({...
Sorry, there isn't much to go on here. Are you using an iframe? Cross-Origin restrictions (CORS header) is set on YouTube's servers and are unrelated to Colorbox. If you take...
I think you could use the className property. Set a class that removes that bottom margin and hides the close button. For example: ``` $('a.example').colorbox({className: 'noButton'}); ``` ``` css .noButton...
Oh, sorry, that might not work for the version you are using. I made some changes since then to better account for the className changing the layout. It might be...
Sure, I would consider adding this. Could you provide me a reference to the guideline? I don't understand why a button needs a title or label if it already has...
Oh ok. I'm not too worried about them being empty at the beginning because I plan on replacing that soon so that it's only created on demand.