powered by
Learn more at https://getbootstrap.com/docs/5.1/content/images/.
bs_img(img_attr = c(src = "...", alt = "...", class = "img"), center = FALSE)
A string of HTML.
A named list or named vector, names are attribute names and values are attribute values. Passed to the attr parameter of html5::img.
TRUE/FALSE, if TRUE, wraps img tag in a div with class "text-center".
bs_img( img_attr = c( "src" = "...", "alt" = "...", "class" = "img" ) )
Run the code above in your browser using DataLab