Active
Project:
ZURB Interchange
Version:
7.x-5.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2015 at 00:27 UTC
Updated:
14 Dec 2015 at 14:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Media Crumb commentedAny more word on this. Having the same issue
Comment #2
johnodonnell@mac.com commentedMedia Crumb,
this patch should handle that issue and https://www.drupal.org/node/2514956 as well. I'm not too experienced with making patches, so I'll describe what I did if the diff file doesn't work.
Removed line 194, which calls image_style_create_derivative(). The call to image_style_url() (used on line 192) already contains logic to call this function if an image style is missing, so it's redundant.
The second edit is for https://www.drupal.org/node/2514956, which effects the creation of a div with a progressive background image.
Hope this helps,
: )