You are here

constant CSS_EMIMAGE_DUPLICATE_EMBED_LIMIT in CSS Embedded Images 7

Same name and namespace in other branches
  1. 6.2 css_emimage.module \CSS_EMIMAGE_DUPLICATE_EMBED_LIMIT

Limit the total data (in bytes) duplicate images can add to the CSS. If embedding a duplicate image exceeds this, it will not be embedded.

2 uses of CSS_EMIMAGE_DUPLICATE_EMBED_LIMIT
_css_emimage_process in ./css_emimage.module
Helper function to replace URLs with data URIs.
_css_emimage_text_processor in ./css_emimage.advagg.inc
Process the css text and replace it with image data where necessary.

File

./css_emimage.module, line 17
CSS Embedded Images module.

Code

define('CSS_EMIMAGE_DUPLICATE_EMBED_LIMIT', 10240);