python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to make images fill my carousel slides
I am trying to fit my images into the slides.
Below is my example code and screenshots:
<div className="relative h-24 w-20 sm:h-44 sm:w-100 md:h-44 md:w-60 flex-shrink-0">
<Carous...

user15608655
Votes: 0
Answers: 2
How to handle in ionic when the backend is offline?
I have an ionic app with angular and a backend with spring boot (rest).
The app needs the backend for all of its features (login, data fetching, ...) so it can not operate without its backend.
Now I i...
Elchman
Votes: 0
Answers: 0
Make thumbs scroll one at a time in SwiperJS
Trying to make a simple carousel with an associated thumbs carousel under it:
// Thumbs
const galleryThumbs = new Swiper(thumbsElement, {
spaceBetween: 10,
slidesPerView: 4,
...

Guillermo de Ipola
Votes: 0
Answers: 0
On iOS, is there a way to detect a web page runs in the embedded browser and open the "real" one?
My web site uses magic links for login, however, I have a problem on mobile (not sure about Android - haven't tried yet, but the problem exists at least on iOS): when a user receives the email say in ...
mojuba
Votes: 0
Answers: 2