Advanced Wall Configuration

Beyond the two required settings for a <wall> there are several optional advanced settings. You can configure these using our Embed Sandbox by clicking on the link labled "Advanced Configuration" or by using data attributes on your own hand-rolled <wall>

ID
Assets per page
Show Pagination on Top
Show Pagination on Bottom
Thumbnail Height
Click For Preview
Show Name
Show Description

id

A unique identifiuer for this videowall (in case you have more than one on the page)
<wall id='myWall' data-app-id='[YOUR_APP_UUID]'></wall>

data-per-page

Number of assets to display on each page of the video wall (max 100)
<wall id='myBoooth1' data-app-id='[YOUR_APP_UUID]' data-per-page='30'></wall>

data-show-top-pagnation

Toggle on / off the pagination on top of the video wall
<wall id='myBoooth1' data-app-id='[YOUR_APP_UUID]' data-show-top-pagnation='false'></wall>

data-show-bottom-pagnation

Toggle on / off the pagination on the bottom of the video wall
<wall id='myBoooth1' data-app-id='[YOUR_APP_UUID]' data-show-bottom-pagnation='true'></wall>

data-thumbnail-height

The target height of the thumbnails displayed in the video wall. (this can vary slightly due to our positioning algorithm)
<wall id='myBoooth1' data-app-id='[YOUR_APP_UUID]' data-thumbnail-height='250'></wall>

data-open-lightbox

Set this attribute to false to prevent the videowall from opening a larger (lightbox) preview of the asset
<wall id='myBoooth1' data-app-id='[YOUR_APP_UUID]' data-open-lightbox='true'></wall>

data-include-name

Display asset names in the videowall
<wall id='myBoooth1' data-app-id='[YOUR_APP_UUID]' data-include-name='false'></wall>

data-include-description

Display asset descriptions in the videowall
<wall id='myBoooth1' data-app-id='[YOUR_APP_UUID]' data-include-description='false'></wall>