D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
aaronbalthaser
Full window
Github gist
Image Rotator
<!doctype html> <html class="no-js"> <head> <meta charset="utf-8"> <title>Boilerplate</title> <link rel="stylesheet" href="main.css"> </head> <body> <div class="rotator"> <figure class="show"> <img alt="" src="https://placehold.it/1600x800" width="100%" /> <figcaption>Image caption goes here.</figcaption> </figure> <figure> <img alt="" src="https://placehold.it/1600x800" width="100%" width="100%" /> <figcaption>Image caption goes here.</figcaption> </figure> <span class="prev">«</span> <span class="next">»</span> </div> <script src="main.js"></script> </body> </html>