diff --git a/gin.theme b/gin.theme
index 8dc7634..f473e77 100755
--- a/gin.theme
+++ b/gin.theme
@@ -81,6 +81,13 @@ function gin_preprocess_html(&$variables) {
   }
 }
 
+/**
+ * Implements hook_preprocess_HOOK() for html__entity_browser__modal.
+ */
+function gin_preprocess_html__entity_browser__modal(&$variables) {
+  gin_preprocess_html($variables);
+}
+
 /**
  * Implements hook_preprocess_HOOK() for page.
  */
