This question about This website: Task closed
invalid geometry - error when including images
It seems that definition of width and height paremeters with "px" string, for example:
width='307px'
height='438px'
is no longer supported and "px" should be removed.
With "px" invalid geometry error is returned as it can be seen for example here:
http://foswiki.org/System/TopicsAndWebs
--
MateuszKDzior - 25 Sep 2015
This seems to be caused by a non-default Extension installed on Foswiki.org.
ImagePlugin. In HTML4, the height can be specified as either percent or pixels. In HTML5 only pixels is supported, so the px suffix isn't required ... in HTML5.
I'd say this needs a bug report against
ImagePlugin, perl HTML, the img tag is fine.
--
GeorgeClark - 25 Sep 2015
Isn't it already reported?
http://foswiki.org/Tasks/Item13756#r2
--
MateuszKDzior - 27 Sep 2015