-
I am using your fv player on my website page.
but its not fit on the mobile device kindly check
https://www.thedrunkenpenguin.com/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
Foliovision › Forums › FV Player › Bug Reports › Fv player is not working on mobile device properly size
I am using your fv player on my website page.
but its not fit on the mobile device kindly check
https://www.thedrunkenpenguin.com/
Hello Zia,
I checked your screenshot https://foliovision.com/images/2021/04/786543-1.png and if you mean that the player should fit to the page height, you can try to size it using 100vh CSS property:
.flowplayer { height: 100vh !important; }
Thanks,
Martin