• I am moving a site from WIX to WP and trying to figure out how to do these video animations in circles without video controls, autoplay and automatically repeating. Can’t find a plugin. Was thinking of using localhost, but not critical. They are small videos. Can’t tell if they are background videos but they have scrollover text. That last part is not necessary.

    Any ideas?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Those are videos in video tags, but a lot of javascript to get it all going.

    I personally don’t like it because it takes a while to load.

    Thread Starter jefferisp7

    (@jefferisp7)

    is there a way in css to encircle embedded videos from youtube iframes, e.g.?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Yes, same as images. Put this on the containing element:

    
    border-radius: 100%;
    overflow: hidden;
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘videos in circles? Background ?’ is closed to new replies.