javascript - Possible to load image objects directly into jquery colorbox? -
i'm using jquery plugin "colorbox" , need able dynamically load colorbox list of preloaded image objects.
the problem is, have 3 image sizes, thumbnail, display, , large. use thumbnail , display gallery plugin, add feature when display image clicked pull colorbox of large images.
can array of large images, however, have yet find way load them colorbox group.
i can load 1 image using:
$.fn.colorbox({href: '/path/to/image.jpg'}); is possible pass href comma seperated list? or array?
unfortunately can not colorbox. display group elements must in document. reason colorbox stores settings each picture individually on target element. additionally, uses document search , order items in group.
Comments
Post a Comment