This is a page with multiple images on it. All are automatically grouped into a Colorbox group.
* Image source: Smashing Magazine
This is a page with multiple images on it. All are automatically grouped into a Colorbox group.
* Image source: Smashing Magazine
[...] Dieser Eintrag wurde auf Twitter von Arcane Palette erwähnt. Arcane Palette sagte: Randomly stumbled across a #WordPress plugin demo using one of our desktop wallpapers http://ow.ly/1xJt0 [...]
[...] 单张图片演示页面 多张图片演示页面 相册演示页面 图像排队演示 Flash [...]
[...] مثال تكبير الصور وعرضها شرائح http://www.techotronic.de/index.php/…e-images-demo/ http://www.techotronic.de/index.php/…-gallery-demo/ مثال تكبير صوره واحده [...]
Is it possible to show only one image in a post, but when clicking on it, being able to browse through more than just one image? Perhaps by using the ‘attach images to post’ option?
Hi Jack,
a few people have asked me about that.
At the moment, all pictures have to be linked from the same post or page. I’ll have to think about how that could be implemented otherwise.
The user “jaredstenquist” had the idea of displaying a 1px sized image on the page while linking to the fully-sized image:
http://wordpress.org/support/topic/plugin-jquery-colorbox-using-colorbox-to-open-image-links
Cheers,
Arne
I have a ‘dirty’ solution for now. I added a new quicktag button in WP to enclose the rest of the images inside the post with a div with display:none;. It works as you can see in this post: http://www.spoenk.nl/blog/fotos-oudjaar-2010.
How would i go about using this plugin and doing the provided DIV fix above but having multiple galleries per post?
Hi,
the problem with multiple galleries in one post is that the plugin automatically adds them to one slideshow. You can avoid that by adding a CSS class yourself to the images. It doesn’t matter which number you use as long as every gallery has a distinct one (i.e. add the class “colorbox-1″ to all images of the first gallery, add the class “colorbox-2″ to all images of the second one)
Cheers,
Arne
thank you