You are here

constant CSS_EMIMAGE_INLINE_DATAURI_LIMIT in CSS Embedded Images 7

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

6 uses of CSS_EMIMAGE_INLINE_DATAURI_LIMIT
css_emimage_admin_info_form in ./css_emimage.admin.inc
Form builder; Configure advagg settings.
css_emimage_advagg_build_aggregate_plans_alter in ./css_emimage.advagg.inc
Implements hook_advagg_build_aggregate_plans_alter().
css_emimage_advagg_current_hooks_hash_array_alter in ./css_emimage.module
Implement hook_advagg_current_hooks_hash_array_alter().
css_emimage_form_system_performance_settings_alter in ./css_emimage.module
Implements hook_form_FORM_ID_alter().
_css_emimage_process in ./css_emimage.module
Helper function to replace URLs with data URIs.

... See full list

File

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

Code

define('CSS_EMIMAGE_INLINE_DATAURI_LIMIT', 4096);