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
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