Tagged: easyslider, video size
Hi, in this page http://sprintcoop.it/lavorazioni/ I’ve inserted an EasySlider with both images and video (the last one). The video size is the same of the images: 1920×690.
Is there a way not to show the black space on the top and the bottom of the video? I tried with video uploaded on Youtube and also uploaded directly on my website.
Thanks in advenced
Hey pedroproiettile,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #full_slider_1 .avia-slideshow-inner {
max-height: 457px;
}
Hope this helps :)
Best regards,
Nikko
Hi Nikko, thank you for the repley.
But it seems that nothing changes.
Any other suggestions?
Thanks
Pedrop
Hi,
Can you give us temporary admin access? so we can check why it’s not working. Just put the details in Private Content when you reply.
Best regards,
Nikko
Hi, here we are.
Account info in private content.
Thank yiou
Hi,
It’s working now. I have found out that there are 2 things preventing it to work. First, this part of the css code in Quick CSS isn’t closed:
@media only screen and (max-width: 479px) {
I closed it by adding the missing } and placed the code I gave on top of
@media only screen and (max-width: 479px) {
Also I disabled this plugin: Better WordPress Minify since when it is enabled it doesn’t show the latest change even when the cache is flushed. Hope this helps.
Best regards,
Nikko