Contents
When true, captions will be displayed. By default, caption text will wrap.
showcaptions is a true/false value that defaults to false
In this example, showcaptions is set to true.
[featured_image_pro showcaptions=true]
When true, captions are displayed on top of the image when the mouse hovers over the image. Override the styles using custom css (See Advanced Options). Remember to use !important when necessary to override theme and plugin styles.
hoveracaptions is a true/false value that defaults to false. When hovercaptions is true, captions will always be true.
In this example, captions will only be displayed when the mouse hovers over the image.
[featured_image_pro hovercaptions=true ]
allows you to set a fixed caption height. Setting a fixed caption height when the images are the same height can help you to turn your images into an even grid. You can use the sidebar widget to adjust your sizes to your grid.
captionheight is a css height value and defaults to none (auto)
In this example, captionheight is set to a fixed height of 40px.
[featured_image_pro showcaptions=true captionheight='40px']
In this example, captionheight is set to a fixed height of 40px for hover captions.
[featured_image_pro hovercaptions=true captionheight='40px']
capationalign
Available in version 3.0. Align the caption left, center or right. The default is center.
[featured_image_pro showcaptions=true captionalign='left']