Add a Video to First Slider Image Area?

Discussion in 'Local Business WordPress Theme' started by alanglotz, Mar 9, 2016.

  1. alanglotz

    alanglotz New Member

    Joined:
    Dec 16, 2014
    Messages:
    4
    Likes Received:
    0
    Hi, is there a way to add a video instead of images to the slider image area in local business theme?
    And is there a way to make the video to display at a different size that is bigger than the 361 x 280 that is specified for the slider images?

    Thank you!
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please follow the screenshot given below.

    replace_image_with_video.png

    For your information, I am using "WP-Editor" plugin to edit files.

    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    And also paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard to increase size of video area...
    Code:
    .flexslider {
        max-width: 100%;
        width: 100%;
        margin-left: 5px;
    }
    .flexslider .slides > li iframe {
        width: 429px;
        height: 299px;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page