Submitted almost 4 years ago
Coding Bootcamp Testimonials Challenge - Vertical/Horizontal Carousel
@joelhenwang
Design comparison
SolutionDesign
Solution retrospective
Enterily made with Bootstrap 4. The vertical carousel css I found was from stackoverflow (https://stackoverflow.com/questions/42910076/bootstrap-4-alpha-6-vertical-carousel). Some javascript was written so that the comments would slide the same time as the images (using eventListeners and
$("#carousel_ID").on('slide.bs.carousel', function () { $("#commentsCarousel").carousel('next'); }. )
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord