R/carousel.R
bs_carousel_image.Rd
Helper function to generate HTML for a carousel image.
bs_carousel_image(...)
additional arguments passed to htmltools::[tag][htmltools::tag]$img, typically includes src
htmltools::[tag][htmltools::tag]$img
src
htmltools::[tag][htmltools::tag], </img>
htmltools::[tag][htmltools::tag]
</img>
This function wraps htmltools::[tag][htmltools::tag]$img, but adding a class to center the image in the carousel.
bs_carousel()