Changed
- Replaced
viewport.type
option withviewport.borderRadius
. This option takes a string containing a CSS length or percentage, and defaults to"0px"
. To upgrade code that used the"circle"
viewport type, instead set the border radius to"50%"
.