Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt is written in an unsupported language. File is not indexed.

0001 CSS.MaxImgLength
0002 TYPE: string/null
0003 DEFAULT: '1200px'
0004 VERSION: 3.1.1
0005 --DESCRIPTION--
0006 <p>
0007  This parameter sets the maximum allowed length on <code>img</code> tags,
0008  effectively the <code>width</code> and <code>height</code> properties.
0009  Only absolute units of measurement (in, pt, pc, mm, cm) and pixels (px) are allowed. This is
0010  in place to prevent imagecrash attacks, disable with null at your own risk.
0011  This directive is similar to %HTML.MaxImgLength, and both should be
0012  concurrently edited, although there are
0013  subtle differences in the input format (the CSS max is a number with
0014  a unit).
0015 </p>
0016 --# vim: et sw=4 sts=4