Using video and image in slider

Discussion in 'StartPoint Business One Page WordPress Theme' started by proapc, Sep 4, 2015.

  1. proapc

    proapc Member

    Joined:
    Aug 31, 2012
    Messages:
    52
    Likes Received:
    1
    Location:
    Hailey, Idaho
    I find that videos are loaded into the slider are sized to 1263 x 735. Unless your slider images are the same size, there will be a constant shifting of the slider size with each slide. I had to adjust the size for the images to match the video dimensions. Is it possible to adjust the video size down to 650 in height? The corresponding width is not a problem.

    See http://mobilegreenscreen.com

    Mo
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .html5-video-player {
            height: 650px !important;
    }
    
    Note:- Please change the height accordingly.

    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page