Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1374842

    Hello Support,

    I have attempted a few things; unsuccessfully so far…

    On this site, Flow Is Medicine, I’d like this background image to load while the video background is loading/processing for everything (mobile, desktop, tablet).

    I have the code from previous support in place for the video to load on mobile…

    Sincerely,
    Greg

    #1374950

    Hey Greg,
    Try this css:

    #top.home #av_section_1 .av-section-color-overlay {
        background-image: url(https://flowismedicine.com/wp-content/uploads/2022/08/Shutterstock_2178945373.jpg);
    }

    You can also remove your custom css as it is not correct because it is missing the “url(…)” from the rule.

    #top.home #av_section_1 {
        background-image: /wp-content/uploads/2022/08/Shutterstock_2178945373.jpg !important;
    }

    2022-12-03_002.jpeg

    Best regards,
    Mike

    #1377272

    Hello Mike,
    Sorry for the late response. This ticket can be closed.
    (I didn’t get a chance to attempt the solution; the client changed their mind.)

    Saving this for future reference, however. Thank you for taking time to support me, Mike.

    FYI,
    Greg

    #1377292

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Load Background Image Until Video Loads’ is closed to new replies.