Added debug page, Improved Splide galleries

Update .gitignore, composer.php, and 12 more files...
This commit is contained in:
2024-01-08 22:43:59 +01:00
parent b0fbd2199f
commit a3f8d51949
14 changed files with 273 additions and 42 deletions

View File

@@ -912,10 +912,10 @@ class ComposerElement {
case ComposerElementTypes::GALLERY:
if(!is_null($this->srTitle)) {
$htmlCode .= '<section class="splide border" aria-label="' . $this->srTitle . '">';
$htmlCode .= '<section class="splide border bkgd-math" aria-label="' . $this->srTitle . '">';
$htmlCode .= '<h2 id="carousel-heading">' . $this->srTitle . '</h2>';
} else {
$htmlCode .= '<section class="splide border">';
$htmlCode .= '<section class="splide border bkgd-math">';
}
$htmlCode .= '<div class="splide__track">';