Download & Extend

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

Project:Node Image Block
Version:4.7.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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