Bootstrap Carousel Image Formatter

Component ID

2400481

Component name

Bootstrap Carousel Image Formatter

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

6738

Component created

Component changed

Component body

Bootstrap Carousel image field formatter.

Overriding output (Drupal 7):

Copy the theme_bootstrap_carousel_if function from the bootstrap_carousel_if.module file and paste it into your themes template.php file.
Rename the function to MYTHEME_bootstrap_carousel_if where MYTHEME is the name of your theme.
Edit the function to output what you need.

Drupal 8

A Drupal 8 version has now been committed thanks to Mogtofu33.
This version uses the template that is supplied with the Bootstrap theme which unfortunately does not support some of the features that were in the D7 version of this module. These features may be added at a later date depending on demand.
As this module does not provide it's own template, but uses the bootstrap theme template, the Bootstrap theme is a requirement.