I have been able to implement colorbox into boostrap and it is working, but am having a problem getting it to be responsive. What I mean is that an image or slide show will open correctly in a colorbox modal if the page is full size, but it will not open scaled down to the screen size of the shrunken browser. It opens full size in the shrunken responsive mode causing you to have to scroll to see the image or close it. I know that it is possible to scale a carousel using:
img {max-width:100%;}
Also the bootstrap modal will scale naturally as a part of it's functionality when used or called correctly.
I'm still learning all of this and have tried tweaking a lot without success, after finding a couple of not quite similar posts around the web.
Any insight would be appreciated.
Thanks again.....