-
DescriptionI am trying to implement a swiper slider for a set of images which automatically on slideshow and have buttons for navigation. The images are not rendered properly, I think there is a mistake in the way that I define the swiper containers Here is the code I use :
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Unfortunately your post is not legible. Note that a title is not a post description, it's a title (and titles are supposed to be short and meaningful). Unfortunately, as-is, it's very unlikely you are going to get any help. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
This screenshot shows the issue I am facing. The images all render together rather than individually in each page of the slideshow |
Beta Was this translation helpful? Give feedback.
You need to check the HTML you are producing to figure out what is wrong.
You should avoid using raw HTML outside of raw code block, see https://quarto.org/docs/authoring/markdown-basics.html#raw-content.