Solution for Small Player Buttons on Mobile H5
Updated: 2021-05-06 10:33:46
When opening Polyv videos in a mobile browser, the player buttons may sometimes appear too small. To fix this, simply add the following code inside the <head> tag:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1,minimum-scale=1,user-scalable=no">
