The image does not obey width and height attributes defined in the stylesheet for nodeitem

msbrar - January 20, 2007 - 18:10
Project:Node Image Block
Version:4.7.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

The image of nodeimageblock does not obey the width and height attributes defined in the stylesheet. The solution is to introduce (width="100%" height="100%" ) in the source code as shown in the snippet.

<div class="nodeimage">
    <img width="100%" height="100%" src="' . $imagesrc . '" alt="" />
</div>';
       

I do not know how to introduce patches. Hence putting it here... Please validate and include

Regards
Mandeep

 
 

Drupal is a registered trademark of Dries Buytaert.