My Awesome Team Page

I built this Team page using the BB Post (Gallery) Module.
I then opened each team member page/post in a lightbox, using the code below which uses magnificPopup which is part of BB.

Each team member is created as a single page (post or CPT) using the No Header/Footer template. I added the persons photo as Featured Image.

Then on each page I placed a single Callout Module placing the photo to left, Persons name for the title, and biography for text.

JQuery used to pop-up pages: jQuery( function(){ jQuery( 'a.fl-post-gallery-link' ).magnificPopup({ type: 'iframe', gallery: {enabled: true}, preload: [1,2], mainClass: 'mfp-fade', fixedContentPos: false }); });