Boilerplate seems to cause Colorbox to clip images by about 30px.
There is a related issue here: http://drupal.org/node/1327476
I have tried changing the abbreviated doctype in Boilerplate to the full declaration, see: http://www.jacklmoore.com/colorbox/faq#faq-doctype
The load order is correct - jQuery and colorbox.css load prior to jquery.colorbox.js

If I switch to Garland it works fine. I'm unsure what to try next, do you have any ideas?

Thanks for all the work on this great theme by the way :)

NOTE: I just notice you have updated the theme I'll give that a shot and let you know how it goes...

Comments

tregeagle’s picture

Version: 7.x-1.5 » 7.x-1.x-dev

Colorbox also fails for boilerplate dev and stable.

danlinn’s picture

Lame! I will need some time to look into this, but since I use colorbox also, it may be soon.

danlinn’s picture

Assigned: Unassigned » danlinn
Status: Active » Needs work
danlinn’s picture

Status: Needs work » Postponed (maintainer needs more info)

Unfortunately, I have not been able to reproduce this. A default install of Colorbox and boilerplate shows scroll bars, but so does Bartik when I switch.

There is also the issue of box-sizing:border-box which can affect padding. Sometimes I'll explicitly set box-sizing:content-box on modules that I know are relying on that pattern. I see that colorbox is doing that by default now, so it's possible that this isn't your issue either.

Let me know if you still have issues after updating to the latest Colorbox. But if it happens in Garland or Bartik, too, then it's likely something else.

danlinn’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)