playsInline property

bool? playsInline
final

A Boolean attribute indicating that the video is to be played "inline", that is within the element's playback area. Note that the absence of this attribute does not imply that the video will always be played in full screen.

Implementation

final bool? playsInline;