Hey,
this is not an Omega related question. But since a lot of discussions here are circling around responsiveness and as I did not get any reaction from the colorbox issue cue (http://drupal.org/node/1905072), I thought I might as well ask my question here.
In an Omega theme, I would like to make my images to be responsive while opening all of them in a colorbox slideshow gallery.
You can see it in action here: http://wohnservice.staging.einstern.at/wohnservice/projekt/annagasse-45-...
The big image is responsive but doesn't open in a colorbox slideshow gallery while the smaller images are not responsive and have the colorbox functionality.
I used the picture and breakpoints module for the big picture responsive behaviour. My question is how to combine this with colorbox so that the big image is also clickable and opens, like the small images, in the same colorbox slideshow gallery.
Thanks!
Chris

Comments
responsive Slideshows
I haven't tried it with Colorbox, but I've had some luck with the Flexslider module and library for making slideshows responsive.
flexislider
flexislider would do the job, I know. But rather than an in page slider we want one that opens in a layer like colorbox.
Sometimes I find the easiest
Sometimes I find the easiest way to accomplish this is simply to put it in a div, and use custom jQuery to hide the div and show it on click. It's really just a couple lines of jQuery rather than a whole library, and you can style the div how you want (whereas colorbox puts a million divs into the mix and images are all separated out so you really have to theme it using their methods)
Not sure if this would work for you.