function.image.php
81 * - w: Values will be used as pixels, e.g. widths="1600,960" results in srcset="... 1600w, ... 960w"
82 * - x: Values will be used as pixel ration, e.g. widths="1600,960" results in srcset="... 2x, ... 1x"
84 * - useDataAttributes: Boolean indicating whether to replace src, srcset, sizes by data-src, data-srcset, data-sizes (optional, default: __false__)
89 * - width: Width in pixels to output for the width attribute, the height attribute will be calculated according to the aspect ration (optional)
91 * - generate: Boolean indicating whether to generate the images or not (optional, default: __false__)