Function moxie_dom::elements::embedding::picture [−][src]
pub fn picture() -> PictureBuilder
Expand description
The HTML <picture>
element contains zero or more <source>
elements and
one <img>
element to provide versions of an image for different display/device
scenarios.
A function for creating a builder which will accept attributes and produce the element.