Hi Kriesi,
Thanks for your awesome theme!
The Enfold theme generates a HTML error because of a missing space between height and width attributes
In enfold/config-templatebuilder/avia-shortcodes/image/image.php Line 553 and line 554 there is a space missing:
if(!empty($img_h)) $hw .= 'height="'.$img_h.'"';
if(!empty($img_w)) $hw .= 'width="'.$img_w.'"';
Could you please fix this in the next update?
Best regards,
Emazing
Hey Joris,
Thanks for reporting. I will get this to the devs.
Best regards,
Jordan Shannon