-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi,
I have used zimage() method without responsive parameter. Which is returning me img tag but without height width
Check out the method and parameters that i am using.
{{ zimage({ 'src': 'websense-replacement/top4reasons-icon-number2.png', 'width': '50', 'height': '50', 'alt': 'he best cloud alternative to Websense', 'title': 'Top 4 reasons for why this is the best cloud alternative to Websense', 'retina': TRUE, }) }}
It is returning me the img tag
<img src="images/websense-replacement/top4reasons-icon-number1.png" srcset="images/websense-replacement/top4reasons-icon-number1.png 1x" alt="the best cloud alternative to Websense" title="Top 4 reasons for why this is the best cloud alternative to Websense" class="zzzz-cdn-changes-zzzz " style="max-width: 100%; ">
There is no height width in the img tag which i have passed as parameter while calling zimage()