Closed (cannot reproduce)
Project:
Boilerplate
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Sep 2012 at 02:16 UTC
Updated:
8 Apr 2013 at 21:00 UTC
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
Comment #1
tregeagle commentedColorbox also fails for boilerplate dev and stable.
Comment #2
danlinn commentedLame! I will need some time to look into this, but since I use colorbox also, it may be soon.
Comment #3
danlinn commentedComment #4
danlinn commentedUnfortunately, 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.
Comment #5
danlinn commented