Bootstrap Image Grid Shortcode

Display images in grid layout.

Donate

Become a backer or sponsor to support our work.

Sponsors

Shortcode Syntax

1{{< bs/img-grid "data" >}}

Shortcode Parameters

data

The name of data file.

Data File

The data files should be put into /data or page’s folder.

Image Properties

NameTypeRequiredDescription
srcstringYThe image’s source URL or image resources name.
titlestringYThe image’s alternative text and caption.
urlstringNThe URL of the element.

Examples

  <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-yaml" data-lang="yaml"><span class="line"><span class="ln">1</span><span class="cl">- <span class="nt">src</span><span class="p">:</span><span class="w"> </span><span class="l">https://avatars.githubusercontent.com/u/128204519?s=200&amp;v=4&amp;width=200&amp;height=200</span><span class="w">

2 title: HugoMods 3 4- src: https://avatars.githubusercontent.com/u/127904984?s=200&v=4&width=200&height=200 5 title: HB Framework 6 7- src: https://avatars.githubusercontent.com/u/17720932?s=200&v=4&width=200&height=200 8 title: Razon Yang

1{{< bs/img-grid "img-grid-examples" >}}
HugoMods
HugoMods
HB Framework
HB Framework
Razon Yang
Razon Yang