-
AuthorPosts
-
June 30, 2017 at 12:49 am #814757
Hi, i embedded a video into the slideshow – everything works fine but the content below the video moves up and down when the slideshow switches from the video to the next picture. Is there a way to define the height of the video? I don’t mind if there is some white-space below the video as long as the height matches the rest of the slideshow content. The height should be 890px on large screens.
June 30, 2017 at 6:39 am #814810Hey Chris2234,
Try adding the following to quick css:
.avia-slideshow-inner{ height:890px!important; }Best regards,
Jordan ShannonJuly 6, 2017 at 1:21 am #816968Thanks Jordan, this will also fix the height on smaller screens like mobile phones – correct. I’m looking for a responsive solution. Many thanks in advance.
July 6, 2017 at 1:32 am #816969Hi,
There will still be space on the top and bottom as the video needs to be in proper aspect ratio, but yes it should be fine on other devices.
Best regards,
Jordan ShannonJuly 8, 2017 at 11:19 am #818130Hi Jordan,
I’m aware of the dimensionality issue but there is a very large space on mobile devices which i almost bigger than the video itself. One should be able to adjust this using css-media-query techniques. Many thanks for your support.
Best wishes,
ChrisJuly 8, 2017 at 4:44 pm #818197Hi,
Try adding this:@media only screen and (max-width: 767px) { .avia-slideshow-inner{ height:290px!important; }}Feel free to adjust the height to suit :)
Best regards,
MikeJuly 8, 2017 at 11:25 pm #818316Alright sparky! Many thanks Mike!
July 9, 2017 at 6:52 am #818338Hi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJuly 9, 2017 at 11:27 am #818361Hi Rikard – the topic can be closed – many thanks.
CheersJuly 9, 2017 at 2:40 pm #818377 -
AuthorPosts
- The topic ‘video dimensionality in slideshow’ is closed to new replies.
