-
AuthorPosts
-
April 11, 2015 at 2:25 am #426865
Hi
I have reduced the height of my slider by updating shortcode.js with the following:
wh100 = win.height(),
Replace it with:
wh100 = Math.round( win.height() * 0.65 ),However, my video has moved up so i lose the top 0.35 of my video. I want the top of my video to be aligned with the top of my page.
Any suggestions?
Cheers!
MikeApril 13, 2015 at 7:29 am #427322Hi cannan!
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardApril 13, 2015 at 5:47 pm #427650This reply has been marked as private.April 14, 2015 at 11:25 am #428134Hi!
Why did you edit the script? Note that you can use the Fullwidth Easy Slider to add a non-fullscreen video slider. It is possible to set the size in the slider options.
Regards,
IsmaelApril 14, 2015 at 5:45 pm #428364This reply has been marked as private.April 16, 2015 at 8:09 am #429384Hi!
Please try to create a test page with the Fullwidth Easy Slider. Set the Slideshow Image and Video Size to 1500x630px then add a video slide. Set the Video Size to the second option. Let us know if you don’t like the result.
We really don’t encourage the modification of the theme’s core files because it will be remove or break when you update to the latest version.
Regards,
IsmaelApril 16, 2015 at 7:54 pm #429851This reply has been marked as private.April 19, 2015 at 6:58 am #430819Hey!
Add this in the Quick CSS field:
div#full_slider_1, div#full_slider_1 > * { height: 500px !important; max-height: 500px !important; } div#full_slider_1 .slideshow_align_caption { position: relative; top: -80px; }
Use css media queries to change the height of the slider on different screen sizes. You can also turn on the custom css class attribute: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
IsmaelApril 21, 2015 at 10:08 pm #432414This reply has been marked as private.April 22, 2015 at 6:17 am #432558Hi!
Use this in side the media query:
div#full_slider_1, div#full_slider_1 > * { height: 350px !important; max-height: 350px !important; }
The second css code above should re-align the captions.
Cheers!
IsmaelApril 23, 2015 at 7:06 pm #433701This reply has been marked as private.April 24, 2015 at 6:20 am #433882 -
AuthorPosts
- You must be logged in to reply to this topic.