• Hello,

    I have a problems with the video background.

    1) It shows a grey box at the bottom of the video
    2) I can’t click on the ‘tap to unmute’ button.

    Is there also a way to set it to the bottom right? I tried editing pushlabs-vidbg css

    top: auto;
    left: 20px;
    bottom; 20px;

    but that doesn’t work either.

    Can u please contact me? I really need to solve this problem.

    Link to image: https://ibb.co/mFf9LJ2

    • This topic was modified 6 years, 7 months ago by weradesign.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter weradesign

    (@weradesign)

    still no luck!

    Thread Starter weradesign

    (@weradesign)

    I found a solution!

    I used this code and now the video is playing correctly

    .vidbg-container video {
    opacity: 1 !important;
    top: 0% !important;
    left: 0% !important;
    transform: translate(-0%, -0%) !important; }

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

The topic ‘grey box at the bottom’ is closed to new replies.