Last day of holiday... how bout tomorrow?
Obviously it doesn't need to be released, but just get it ready as I am looking to release 2.5 tomorrow
To do so... replace all instances of
HTML Code:
width="xxx" (or) width='xxx'
and
HTML Code:
height="xxx" (or) height='xxx'
With:
PHP Code:
$ameinfo[width]
AND
PHP Code:
$ameinfo[height]
respectively
note the lack of quotes in [height] and [width]