You are here

constant CSS_EMIMAGE_DUPLICATE_EMBED_LIMIT in CSS Embedded Images 6.2

Same name and namespace in other branches
  1. 7 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.

1 use of CSS_EMIMAGE_DUPLICATE_EMBED_LIMIT
_css_emimage_text_processor in ./css_emimage.module
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);