The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
How To Add Responsive Slideshow? - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28) +--- Forum: Modifications and Hackery (https://userspice.com/forums/forumdisplay.php?fid=29) +--- Thread: How To Add Responsive Slideshow? (/showthread.php?tid=376) |
How To Add Responsive Slideshow? - Trioxin - 11-29-2016 As you can see in the image I've embedded, I'm using the default design of userspice's front page and I'd like to put a sildeshow next to the "Welcome to site" area to the right of it so that it wraps to the next line responsive to a browser sizing down. If anyone has an example of that or can jsfiddle one I'd be very grateful. Thanks How To Add Responsive Slideshow? - mudmin - 11-29-2016 It's pretty much straightforward on bootstrap (which US is built on)... https://getbootstrap.com/examples/grid/ The left column would be col-xs-12 col-md-8 The right column would be col-xs-6 col-md-4 |