File group module

Functionality:

Displays a group of files from individual URLs.

Showcase:

Webcomponent:

<!-- load the library in the head -->
<script src=" https://cdn.jsdelivr.net/npm/@labir/embed/dist/embed.min.js "></script>
<link href=" https://cdn.jsdelivr.net/npm/@labir/embed/dist/embed.min.css " rel="stylesheet">

<!-- Use the webcomponent providing parameters -->
<thermal-group-app 
    files="thermal~https://edu.labir.cz/wp-content/uploads/2024/12/ruka-na-materialy__kappa__sequence__CUT__small.lrc;thermal~https://edu.labir.cz/wp-content/uploads/2024/10/2-3__sul-jedla-soda-voda__sekvence.lrc;thermal~https://edu.labir.cz/wp-content/uploads/2024/10/1-8__rouska__image_11.lrc;thermal~https://edu.labir.cz/wp-content/uploads/2024/10/1-8__rouska__image_12.lrc" 
    columns="4" 
    speed="1"
></thermal-group-app>

File group module