• Gusss

    (@gusss)


    Hi the bottom of my video background is cut off – how do I change it so tis is not the case, id rather have black borders on the sides than the botom of the video cut off, tx

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • cristianbarbu

    (@cristianbarbu)

    Hello,

    Please add this extra CSS code in Customizer -> General Settings -> Additional CSS ?:

    div#wp-custom-header.cp-video-bg #wp-custom-header-video{
    width:100% !important;
    height:100% !important;
    object-fit: fill !important;
    position:unset !important;
    }

    Thread Starter Gusss

    (@gusss)

    Thanks but didnt seem to work.

    The additional CSS now reads :

    .sortLink{
    background:#000 !important; /*change to your */
    color:#fff !important; /*change to your */
    }

    .sortLink.selected{

    background:#000 !important; /*change to your */
    color:#fff !important; /*change to your */
    }

    .thum_div {

    outline: 1px solid #fff !important;

    }

    .showThumb .figure{
    border:0px !important;
    }
    div#wp-custom-header.cp-video-bg #wp-custom-header-video{
    width:100% !important;
    height:100% !important;
    object-fit: fill !important;
    position:unset !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change vido background size’ is closed to new replies.