Closed (fixed)
Project:
CSS Embedded Images
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Aug 2011 at 17:05 UTC
Updated:
4 Jan 2014 at 01:11 UTC
Jump to comment: Most recent
Comments
Comment #1
john_b commentedI found the same. In this case CDN was serving images from a different domain on the same server.
Comment #2
vacilando commentedSame problem. With CDN module configured to serve images images in CSS are no longer embedded.
Comment #3
Anonymous (not verified) commentedSo are there any ideas on getting this to work?
Comment #4
udvranto commentedSame here.
Comment #5
mrP commentedThe issue here is two-fold. First, there needs to be a core change; second, this module needs a slight revamp to utilize the
hook_file_url_alter()core change.Its fundamentally a problem with Drupal core (#1961340: CSS aggregation breaks file URL rewriting because it abuses it):
From a discussion on the CDN module side (#1532178: Integrate with CSS Embedded Images module).
Comment #6
mikeytown2 commentedWorkaround for this exists if using AdvAgg 7.x-2.x
I have a version of CSS Embedded Images that works with AdvAgg 7.x-2.x
Will be releasing the css_emimage code as 7.x-1.3 hopefully sometime soon.
AdvAgg + css_emimage: #1968998: Get a 7.x version out that works with Advagg 7.x-2x
Comment #7
mikeytown2 commentedFixed if using AdvAgg 7.x-2.x & this patch for the CDN module
#1942230-6: CDN module AdvAgg 7.x-2.x Integration
Comment #8
mikeytown2 commented