-
AuthorPosts
-
February 5, 2015 at 9:23 pm #200187
Ok I have literally banged my head on my desk for a day with this. I have searched the forums and gone to the revolution slider documentation, but I still must be missing something. I am trying to have a revolution slider that has a couple of youtube videos that you can simply navigate left or right to each one. basically like a regular slider. The problem I am having is no matter what I set the video size to it always wants to show it as 300 pix wide. I don’t want a full screen effect I just want it to be large in size (specifically 840×473 on a desktop). Can you help me out? Below are links to some screenshots.
Here is something similar to what I am trying to accomplish: http://screencast.com/t/lCNl8j68xwqE
Here is a screenshot of the slider settings: http://screencast.com/t/7jItqIE3Oej
Here is a screen shot of my video layer settings: http://screencast.com/t/RlXCQllG
Here is a link to a page with the slider on it: http://businesswebinar.info/?page_id=119Thanks very much for your time.
February 6, 2015 at 9:14 am #200507Hi there,
Thanks for writing in! Regretfully, we have limited support for specific customizations. Though rev slider is a bundled plugin, it has it’s own limitations and we may have to refer you back to the plugin developer. Our support scope covers only basic functions and issues pertaining to how the slider is integrated with X. Thank you for understanding.
Having said that, we do want to point you in the right direction. Rev slider has it’s own rules for calculating video sizes especially when set to auto responsive. You could try setting it to custom and setting different breakpoints, or maybe using custom CSS to adjust it manually.
Alternatively you may want to try downloading one of the video slider demos from rev slider site and edit that directly or see how they have the settings configured.
http://revolution.themepunch.com/video-slider-boxed
http://revolution.themepunch.com/example-downloads/
We apologize that we may not be able to assist much in this area. Hope this helps – thanks!
August 4, 2015 at 9:02 am #349677I have downloaded a template there, but what do I do next? Where can I upload this into WP?
Thanks!August 4, 2015 at 10:33 am #349769Hi there,
You can refer to their documentation for detailed information (http://revolution.themepunch.com/documentation/#import_demos). There you can see step-by-step instructions.
Hope that helps.
August 14, 2015 at 1:08 am #358931Ok I had similar issue with revolution youtube layer. I was unable to change the size of the youtube video but a I found an alternative solution. Here are the steps:
- First delete the youtube layer you already made.
- Go to the youtube video page what you want to embed to your slider
- Click on share and choose the embed tag. Scroll down and choose the correct size for you
- Copy the whole iframe stuff from the text field
- Head back to your slider and click on new layer. NOT New Video Layer Just Layer
- Delete all the text (Caption text blah blah)
- Paste this code and instead of the X and Y write the pixel number width and height of your video.(For example what is included in your iframe tag)
<div style="width:Xpx;height:Ypx;"><your opening iframe code></iframe></div>
- From now on you can control your video wrapper with this div. It worked for me. However with this method you will be unable to drag this box. Instead of grabbing the box try to change the x and y coordinates below.
I hope I can help.
August 14, 2015 at 1:11 am #358936That’s cool Taylor, and thanks for sharing!
-
AuthorPosts