Generador de Carrusel de Imágenes
Upload images, pick a motion style and copy working HTML, CSS and JavaScript
100% gratis. Funciona completamente en tu navegador: tus archivos y datos nunca salen de tu dispositivo y no se sube nada a ningún servidor.
Export
The address bar hash stores style and settings (not images) so you can share a look.
/* Image slider - generated by 500 Toolbox */
.tb-slider {
position: relative;
width: min(100%, var(--w, 860px));
height: var(--h, 420px);
margin: 0 auto;
border-radius: var(--r, 18px);
background:
radial-gradient(120% 80% at 10% -20%, rgba(168,85,247,.22), transparent 50%),
var(--bg, #0b1020);
overflow: hidden;
isolation: isolate;
}
.tb-slider.is-shadow {
box-shadow: 0 28px 64px rgba(0,0,0,.48), 0 0 0 1px rgba(168,85,247,.18);
}
.tb-viewport {
position: relative;
width: 100%;
height
…Acerca de esta herramienta
An image slider is how a homepage, a product gallery or a case-study strip actually gets seen. This generator lets you drop in your own photos, pick a motion style (classic, fade, coverflow, cube, stacked cards and more), then tune speed, arrows, dots and autoplay while a live preview updates. When it looks right, copy HTML, CSS and JavaScript that run on any site, or download a ZIP. Nothing is uploaded. Demo slides are included so you can try styles before you add files.
Cómo usar esta herramienta
- Add imagesUse the demo slides or upload your own. Drag thumbnails to reorder, replace one, or delete it.
- Pick a slider styleClassic, fade, 3D carousel, coverflow, cube, split, zoom and the rest. Every change updates the preview.
- Tune motion and chromeSet size, radius, gap, speed, autoplay, pause on hover, loop, arrows and dots.
- Copy or download the codeCopy HTML, CSS, JavaScript or a complete page. ZIP and JSON config are available too.
Por qué usarla
- Seventeen slider styles including coverflow, cube and stacked cards.
- Live preview with desktop, tablet and mobile frames.
- Working export: paste the snippet into any static page or framework.
- Files stay in the browser. No account and no watermark.
Usos comunes
- A homepage hero that cycles campaign photos.
- A product gallery with arrows and dots.
- A case-study coverflow for a portfolio.
Consejos para mejores resultados
- Start with fade or classic, then try coverflow once the photos are in.
- Keep autoplay slower than you think. Two and a half seconds is a better default than one.
- Export Complete Code if you want a single HTML file to drop on a host.
Preguntas frecuentes
No. Images are read in your browser. The exported HTML embeds them as data URLs, or you can swap in your own file paths after export.
Yes. Copy Complete Code for a standalone page, or copy HTML, CSS and JavaScript separately into your project.
Yes. Settings are plain CSS variables and a data-style attribute. You can also re-open the generator and export again.
Yes. The slider generator runs in your browser with no signup and no watermark on the code.