Description Usage Arguments Details Value Examples
Create cards for the tinyslider carousel
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
title |
Title of the card |
subtitle |
Subtitle of the card |
content |
Text of the card |
button_text |
Display some text inside a button placed at the bottom of the card. If |
image |
An image to place on top of the card. |
width |
Width of the card as a character, in px or in %. |
tinyslider_card
and tinyslider_card_2
are very similar. The only difference is in the layout of the card. The latter creates a card with two columns. If image
is not NULL
, tinyslider_card
puts an image at the top of the card, and tinyslider_card_2
puts an image in the left column.
A card in HTML code.
1 2 3 | ## Not run:
tinyslider_card("This is a title", "This is a subtitle")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.