Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
David Schad Newcomer
@RDVision · Joined 2 years ago · 2 posts · 1 topics · 0 reputation
Badges
✏️ First Post
💬 Conversation Starter
Recent posts
-
Building an Imageslide but with Modules
· 2 years ago
<div class="swiper-container2"> <div class="swiper-wrapper2"> {% for module in page.collection() %} {{ module.content|raw }} {% else %} <p>Keine Module gefunden.&
-
Building an Imageslide but with Modules
· 2 years ago
Hey, so i´m currently working on a Website and I want to implement an imageslider but instead of images I want it to display module so you can add "news" or something like that. It should be infinite.