Okay
  Public Ticket #207957
Remove sound/mute icon for video
Closed

Comments

  • Chris started the conversation

    I plan to eventually have video background for the home page. I am playing with it right now and it looks great but I would like to remove the little sound/mute icon that appears as I will just have a muted video for home. 

    Also is there a way if I use text sliders to have them play through only once. I would like to use three sliders to pose a question but don't want them to repeat. 

    Cheers.

  • Chris replied

    Ok I removed the icon. It is just a font awesome icon so I removed the line fa volume down line from 

    home_section_parallax_video.php

    I would still loves help with the second part of the original question. 

    Thanks.

  • Chris replied

    Another thing that is really important to me. The video does not fill the browser if I reduce the size of the browser window I get black space either side of the video. Is there a way to have the video always fill the browser? 

  •  1,824
    Support replied

    Hi Chris,

    Glad you made this ticket public.

    To make the sliders run only once you need the properties of the slider in /js/scripts.js file.

    it's about the infiniteLoop property as described here:

    http://bxslider.com/options

    and the slider in question is currently initialized as follows:

    jQuery('.text-slide-vertical').bxSlider({
    			controls: false,
    			adaptiveHeight: true, 
    			pager: false,		
    			auto: true,
    			mode: text_slider_transition,
    			pause: text_slider_speed,
    		});
    
    For the second part the video file may have the black strips on the side. Thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Chris replied

    Thank you.