Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1285672

    Good morning. In my website (https://www.pasettoforniture.com/) I added a color section.
    In color section I added a background video.
    In desktop view it is play automatically.
    In mobile view it doesn’t start.
    It’s possible play video automatically in mobile view?
    Thanks.

    #1285982

    Hey Pas7o,

    Autoplay videos are not supported on mobile devices unfortunately. You can select to show a fallback image in the element options instead, or hide the section for mobile, and use the regular Video element in its place.

    Best regards,
    Rikard

    #1286364

    I added a video to a color section.
    I set to see the video only on mobile.
    But, How can I delete the margin/padding?
    unnamed
    Thanks.

    #1286727

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .home #av_section_1 .container {
        width: 100%;
        max-width: 100%;
    }
    .home #av_section_1 .template-page {
        padding: 0;
    }
    }

    Best regards,
    Rikard

    #1286768

    There is some padding in left, right and bottom.
    It’s a color section limit, maybe?
    unnamed

    #1287910

    Hi,

    Thanks for the update. Please try this CSS instead:

    @media only screen and (max-width: 767px) {
    .home #av_section_1 .container {
        width: 100% !important;
        max-width: 100% !important;
    }
    .home #av_section_1 .template-page {
        padding: 0;
    }
    
    .home #av_section_3 {
        margin-top: -20px;
    }
    }

    Best regards,
    Rikard

    #1287930

    Perfect! Thank you so much.

    #1288207

    Hi Pas7o,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Video Color Section’ is closed to new replies.