HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

picture-in-picture

Description

The picture-in-picture pseudo-class for CSS represents an element which is displayed in a mode that takes up most (usually all) of the viewport, and whose viewport is confined to part of the screen while being displayed over other content.

Syntax

selector:picture-in-picture
{
    property: value;
}

Examples

1 · CSS

2 · JS