-
AuthorPosts
-
February 7, 2016 at 7:00 am #784054
Hi I have set up a post here http://cheesydoodles.com/yogabasic/relaxation-poses-namaste/
I am using Wistia, and you changed the code from thishttp://cheesydoodles.wistia.com/medias/v6rgk6f94m?embedType=async&videoFoam=true&videoWidth=640
(which is from the Wistia website oEmbed which is supposed to work with wordpress)to this
<iframe src=”http://fast.wistia.net/embed/iframe/v6rgk6f94m” allowtransparency=”true” frameborder=”0″ scrolling=”no” class=”wistia_embed” name=”wistia_embed” width=”640″ height=”360″></iframe>
This worked but the option to make the video full screen that is usually in the bottom right isn’t there. I need the video to go full screen if the user wants it. Do you know how I can get this option back again?
Thank YouFebruary 7, 2016 at 9:49 am #784169Hi there,
Thanks for writing in! Not sure what you meant by “and you changed the code from this”. However if you embed the code correctly and your embed supports this option then you should get it there. X doesn’t change any functionality of your embed. Make sure to add the code within a RAW Content element and add the right embed code.
Cheers!
February 7, 2016 at 4:11 pm #784482Hi Ive found the solution, I added
allowfullscreen mozallowfullscreen webkitallowfullscreen oallowfullscreen msallowfullscreen
between
name=”wistia_embed”
and
width=”640″ height=”360″></iframe>and this fixed it.
sorry I meant another themeco staff changed the code from another forum thread
February 7, 2016 at 10:22 pm #784776Glad that you fixed it. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Cheers!
-
AuthorPosts