image().image-resolution and image-orientation are not supported.object-fit and object-position require the -o- vendor prefix.object-fit supports an additional value: auto. When that value is given: bitmaps render as fill; SVG in <img> synthesizes a viewbox (if possible) if none is specified and respects preserveAspectRatio; SVG in <object> or <svg> respects preserveAspectRatio if a viewbox is provided, otherwise, as none and with object-position set to top left; videos render as contain.object-fit set to auto, object-position is ignored, and SVG's own preserveAspectRatio attribute will take effect instead.linear-gradient value both as specifed and with a -o- or -webkit- vendor prefix. The prefixed values are deprecated, and an older syntax is used. The syntax differences are as follows:
to is used in front of the side of the box where the gradient line ends; for example, to top right. In the older syntax, the side of the box where the gradient line begins is given; for example bottom left.0deg points upward, and positive angles represent clockwise rotation; for example, 90deg points toward the right. In the older syntax, 0deg points to the right, and positive angles represent counterclockwise rotation; for example, 90deg points up.Need help? Hit F1 anytime while using Opera to access our online help files, or go here.