Gallery – Custom CSS

[easyembed field=”custom-css”]
Standard Gallery Display widget using various filters for different results and effects.

City of Arvada Properties under 350,000 – as a Carousel

Million Dollar Homes in city of Arvada

Properties in city of Arvada in a Cul-de-Sac

Recently listed properties in city of Arvada

Single Column of Recently listed properties in city of Arvada

How It’s Done

Here is the widget code showing you how this this display is generated.
The Property Display WIZARD in your Account lets you use an easy-to-use MLS search form to automatically generate these code snippets!
For WordPress:
City of Arvada Properties under 350,000 – as a Carousel

[mbb_widget id="MBBv3_FeaturedGallery" filter="carousel:true+city:arvada+price_max:350000"]

Million Dollar Homes in city of Arvada

[mbb_widget id="MBBv3_FeaturedGallery" filter="columns:2+city:arvada+price_min:1000000+limit:4+order:create_dt desc"]

Properties in city of Arvada in a Cul-de-Sac

[mbb_widget id="MBBv3_FeaturedGallery" filter="columns:3+city:arvada+inclusions:cu+limit:3+order:create_dt desc"]

Recently listed properties in city of Arvada

[mbb_widget id="MBBv3_FeaturedGallery" filter="columns:3+city:arvada+limit:6+order:create_dt desc"]

Single Column of Recently listed properties in city of Arvada

[mbb_widget id="MBBv3_FeaturedGallery" filter="columns:1+city:arvada+limit:3+order:create_dt desc" style="max-width:300px"]

For HTML:
City of Arvada Properties under 350,000 – as a Carousel

<div id="MBBv3_FeaturedGallery" filter="carousel:true+city:arvada+price_max:350000"></div>

Million Dollar Homes in city of Arvada

<divt id="MBBv3_FeaturedGallery" filter="columns:2+city:arvada+price_min:1000000+limit:4+order:create_dt desc"></div>

Properties in city of Arvada in a Cul-de-Sac

<div id="MBBv3_FeaturedGallery" filter="columns:3+city:arvada+inclusions:cu+limit:3+order:create_dt desc"></div>

Recently listed properties in city of Arvada

<div id="MBBv3_FeaturedGallery" filter="columns:3+city:arvada+limit:6+order:create_dt desc"></div>

Single Column of Recently listed properties in city of Arvada

<div id="MBBv3_FeaturedGallery" filter="columns:1+city:arvada+limit:3+order:create_dt desc"  style="max-width:300px"></div>