colorbox icon indicating copy to clipboard operation
colorbox copied to clipboard

A light-weight, customizable lightbox plugin for jQuery

Results 104 colorbox issues
Sort by recently updated
recently updated
newest added

HI, I set the width to 100% but when displaying it on an ipad it doesn't fully go full screen. http://www.theyachtmarket.com/boats_for_sale/807891/ - Clicking on the main image Thanks Stephen

Hello, I have been using your plugin for a while and since I updated the jquery of my project, the jquery migration started to alert these deprecateds shorthand, this is...

I'm attempting to migrate to jQuery 3.3 and am receiving the following console warnings. - jQuery.isFunction() is deprecated - Use of number-typed values is deprecated in jQuery.fn.css I'll probably switch...

UMD factory like https://gist.github.com/simonsmith/4353587 Simple to wrap. Correctly attaches colorbox functionality to jQuery instance that will be handed to other functions calling require('jquery'), without needing to use (requirejs) config.shim

Hi, i'm trying to make colorbox not show white screen for fraction of the second while switching between images. But it does even on example page: https://www.jacklmoore.com/colorbox/example1/ - No Transition...

On page load I'm showing an image via colorbox which leads to a specific URL. When the cursor is over the image I want it to be a pointer. How...

This is necesssary to be able to redraw the colorbox on the current slide to force re-position or resize based on events that are not controlled by dom events. It...

Following the[ jQuery upgrade guide](https://jquery.com/upgrade-guide/3.0/) `.bind` and `.unbind` are deprecated. Will you update the plugin ?

Consider the following use case. You initalize the colorbox with className: 'foo'. Everything looks good: the className has been added to the DOM. Then you call $.colorBox.remove(). After that you...

I have n number of records and while do click on record i'm trying to display colorbox popup.. i can able to display popup window while doing click on the...