colorbox icon indicating copy to clipboard operation
colorbox copied to clipboard

Colorbox upload multiple images

Open antonp2 opened this issue 7 years ago • 2 comments

Sorry for my English I can not figure out how to convey to colorbox few pictures, here for example in fancybox you can do so: $.fancybox.open([ { href : 'http://fancyapps.com/fancybox/demo/1_b.jpg', title : 'manual 1st title' }, { href : 'http://fancyapps.com/fancybox/demo/2_b.jpg', title : '2nd title' }, { href : 'http://fancyapps.com/fancybox/demo/3_b.jpg', title : '3rd title' } ]) This example on jsfiddle

Please tell me how to do the same thing in colorbox? Thank you

antonp2 avatar Sep 23 '16 11:09 antonp2

Look at the demo. Grouped photo.

Globulopolis avatar Sep 23 '16 15:09 Globulopolis

@antonp2 Colorbox doesn't have an equivalent feature unfortunately, it requires elements in a group to be in the DOM.

jackmoore avatar Sep 23 '16 16:09 jackmoore