API Reference
Class
ImagePictureSource
HTML-only responsive picture source metadata preserved on imported image blocks.
Inheritance
- Object
- ImagePictureSource
Constructors
public ImagePictureSource(String path, String media = null, String type = null, String sizes = null, String srcSet = null) #Create a responsive picture source entry.
Parameters
- path System.String
- media System.String = null
- type System.String = null
- sizes System.String = null
- srcSet System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SrcSet { get; } #Optional fully resolved srcset value preserved from the source element.
public String Media { get; } #Optional media query associated with the source.
public String Type { get; } #Optional MIME type associated with the source.
public String Sizes { get; } #Optional sizes hint associated with the source.