From 83e745808bc6e15fa23192a388a1130e79e95745 Mon Sep 17 00:00:00 2001 From: webchick <drupal@webchick.net> Date: Wed, 9 Sep 2015 23:13:03 -0700 Subject: [PATCH] Issue #2492143 by googletorp, imanol.eguskiza: Height and width is not possible to use for responsive_image element --- core/modules/responsive_image/responsive_image.module | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/modules/responsive_image/responsive_image.module b/core/modules/responsive_image/responsive_image.module index 5628bf0d45db..29ab66f9c8e5 100644 --- a/core/modules/responsive_image/responsive_image.module +++ b/core/modules/responsive_image/responsive_image.module @@ -64,6 +64,8 @@ function responsive_image_theme() { 'uri' => NULL, 'attributes' => array(), 'responsive_image_style_id' => array(), + 'height' => NULL, + 'width' => NULL, ), ), 'responsive_image_formatter' => array( -- GitLab