-
We have videos using the shortcode in a page template, and since updating the Flowplayer plugin the video will no longer show in high quality like it did.
Here is one instance we’re using:
<?php print do_shortcode(‘[fvplayer src="https://vimeo.com/127266065" autoplay="true" play_button="no" controlbar="no" loop="true"]‘); ?>Are there any additional attributes we need to pass to the shortcode now to have the video display in high quality?
thank you.