You are here

constant CSS_EMIMAGE_INLINE_DATAURI_LIMIT in CSS Embedded Images 6.2

Same name and namespace in other branches
  1. 7 css_emimage.module \CSS_EMIMAGE_INLINE_DATAURI_LIMIT

Limit the total size allowed for inline data URIs. Once this limit is exceeded, data URIs are placed in a separate CSS file.

2 uses of CSS_EMIMAGE_INLINE_DATAURI_LIMIT
css_emimage_form_alter in ./css_emimage.module
Implementation of hook_form_alter().
_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 23
CSS Embedded Images module.

Code

define('CSS_EMIMAGE_INLINE_DATAURI_LIMIT', 4096);