Adding Thumbnail View

To add a thumbnail view to your exhibit, simply enter the following code inside <div id="exhibit-view-panel">, editing the ex:orders and ex:possibleOrders options to suit your exhibit.

 <div ex:role="exhibit-view"
           ex:viewClass="Exhibit.ThumbnailView"
           ex:showAll="true"
           ex:orders=".discipline"
           ex:possibleOrders=".label, .last-name, .discipline, .nobel-year">
       </div>