KC's Workspace
    Preparing search index...

    A CSS image-set() value.

    image-set() allows the user agent to choose between multiple versions of an image to display the most appropriate resolution or file type that it supports.

    interface ImageSet {
        options: ImageSetOption[];
        vendorPrefix: VendorPrefix;
    }
    Index

    Properties

    options: ImageSetOption[]

    The image options to choose from.

    vendorPrefix: VendorPrefix

    The vendor prefix for the image-set() function.