responsive property

bool? responsive
final

Setting this option to true will cause the player to customize itself based on responsive breakpoints (see: breakpoints option). When this option is false (the default), responsive breakpoints will be ignored.

Implementation

final bool? responsive;