Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1330288

    Hi.
    I’m looking for a simple type: tables without borders, picture in table ..?
    The LayerSlider doesn’t play videos in the background automatically?
    it works in the normal sliders.

    Best John

    #1330414

    Hey J.,

    Thank you for the inquiry.

    You can set the Table element’s Styling > Table Styling > Table Design settings to “Minimal” and add a bit of css to completely remove the borders.

    .responsive .avia_responsive_table .avia-data-table {
        border: 0;
    }
    
    tr:first-child th, tr:first-child td, td {
        border: 0;
    }
    

    Did you mute the video in the layer slider? Please note that only muted videos are allowed to autoplay in the browser.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.