ewels / CPT-Bootstrap-Carousel

WordPress plugin which generates a custom post type for choosing images and content. Outputs Bootstrap Image Carousel (slider) HTML from a shortcode.
http://wordpress.org/plugins/cpt-bootstrap-carousel/
GNU General Public License v2.0
51 stars 36 forks source link

Different Background Image Sizes at different Bootstrap breakpoints #86

Open gratrockstar opened 8 years ago

gratrockstar commented 8 years ago

Would love to see the ability to set different image sizes at different bootstrap breakpoints - IE, use one size for small, one size for medium and a full size for large. Probably a bit of a rewrite and have to use a style block in each carousel item rather than the inline styles, but this would be a great feature to have for supporting responsive design.

ewels commented 8 years ago

Pull requests are welcome :) I'm not actively developing this plugin any more (I haven't used it myself for years now), so I don't expect that I'll do this myself any time soon. It's a nice idea though, so I'll leave the issue open in case.

Phil