home_cauliflour

Callout Heading 1

Some Text

This is a carrot

Callout Heading 2 - Callout Heading 2

Some Text

More Text

Cabbage (Alt Text)

Callour Heading 3 - Callout Heading 3 - Calout Heading 3 - Callout Heading 3 - Callout Heading 3

Some Text

-

-

More Text

-

-

Even More Text


This demo uses three Callout modules in a row.
It uses matchHeight jQuery to set equal height of the photo, title and text content.

To use matchHeight, add this code to an HTML module, placed at bottom of your row:

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.2/jquery.matchHeight-min.js"></script> <script> jQuery(function() { jQuery('.fl-module-callout.match-height .fl-photo-content').matchHeight(); jQuery('.fl-module-callout.match-height .fl-callout-title').matchHeight(); jQuery('.fl-module-callout.match-height .fl-callout-text').matchHeight(); }); </script>