howto: simple image slideshow rev 9 dec 2022 > plan | issues | sources ....................................................... plan: Simple slideshow where we don't need the complications of a CMS. ....................................................... issues: * be responsive. * pause on hover. ....................................................... sources: * Make a gallery: https://www.w3schools.com/w3css/w3css_slideshow.asp * Responsive : https://www.w3schools.com/howto/howto_js_slideshow.asp * Thumbnails underneat: Responsive with thumbnails underneath: https://www.w3schools.com/howto/howto_js_slideshow_gallery.asp Lightbox with thumbnails underneath: https://www.w3schools.com/howto/howto_js_lightbox.asp * Text slideshows (can put img src as text also, to do images): https://duckduckgo.com/?q=javascript+slideshow+random+text https://www.sitepoint.com/make-a-simple-javascript-slideshow-without-jquery/ https://stackoverflow.com/questions/19070927/javascript-text-slideshow | http://jsfiddle.net/CDzXQ/543/ _______________________________________________________ begin 14 jun 2018 -- 0 --