<!-- Gallery -->
<div class="gallery">
<div class="gallery_header">
<div class="fs-row">
<div class="fs-cell fs-lg-8 fs-lg-justify-center">
<div class="gallery_header_inner">
<h2 class="gallery_title">Find yourself here. </h2>
<div class="gallery_description">
<p>Methodist University is a place to find your adult self, do what you love, prepare for a life filled with meaning and purpose, and empower others to do the same.</p>
</div>
</div>
</div>
</div>
</div>
<div class="gallery_body">
<div class="fs-row">
<div class="fs-cell">
<div class="gallery_body_inner">
<div class="gallery_items">
<div class="gallery_row grid_layout_70_30">
<div class="gallery_item">
<figure class="gallery_item_figure">
<span class="gallery_item_media gallery_item_size_wide">
<img class="gallery_item_image" srcset="https://images.fastspot.com/methodist-university/1440x810/1 1440w, https://images.fastspot.com/methodist-university/1220x686/1 1220w, https://images.fastspot.com/methodist-university/980x552/1 980w, https://images.fastspot.com/methodist-university/740x416/1 740w, https://images.fastspot.com/methodist-university/500x282/1 500w, https://images.fastspot.com/methodist-university/300x169/1 300w" src="https://images.fastspot.com/methodist-university/300x169/1" alt="" loading="lazy" width="300" height="169">
</span>
</figure>
</div>
<div class="gallery_item">
<figure class="gallery_item_figure">
<span class="gallery_item_media gallery_item_size_portrait">
<img class="gallery_item_image" srcset="https://images.fastspot.com/methodist-university/735x980/2 735w, https://images.fastspot.com/methodist-university/555x740/2 555w, https://images.fastspot.com/methodist-university/375x500/2 375w, https://images.fastspot.com/methodist-university/225x300/2 225w" src="https://images.fastspot.com/methodist-university/225x300/2" alt="" loading="lazy" width="225" height="300">
</span>
</figure>
</div>
</div>
<div class="gallery_row grid_layout_50_50">
<div class="gallery_item">
<figure class="gallery_item_figure">
<span class="gallery_item_media gallery_item_size_wide">
<img class="gallery_item_image" srcset="https://images.fastspot.com/methodist-university/980x552/3 980w, https://images.fastspot.com/methodist-university/740x416/3 740w, https://images.fastspot.com/methodist-university/500x282/3 500w, https://images.fastspot.com/methodist-university/300x169/3 300w" src="https://images.fastspot.com/methodist-university/300x169/3" alt="" loading="lazy" width="300" height="169">
</span>
</figure>
</div>
<div class="gallery_item">
<figure class="gallery_item_figure">
<span class="gallery_item_media gallery_item_size_wide">
<img class="gallery_item_image" srcset="https://images.fastspot.com/methodist-university/980x552/4 980w, https://images.fastspot.com/methodist-university/740x416/4 740w, https://images.fastspot.com/methodist-university/500x282/4 500w, https://images.fastspot.com/methodist-university/300x169/4 300w" src="https://images.fastspot.com/methodist-university/300x169/4" alt="" loading="lazy" width="300" height="169">
</span>
</figure>
</div>
</div>
<div class="gallery_row grid_layout_100">
<div class="gallery_item">
<figure class="gallery_item_figure">
<span class="gallery_item_media gallery_item_size_wide">
<img class="gallery_item_image" srcset="https://images.fastspot.com/methodist-university/1440x810/1 1440w, https://images.fastspot.com/methodist-university/1220x686/1 1220w, https://images.fastspot.com/methodist-university/980x552/1 980w, https://images.fastspot.com/methodist-university/740x416/1 740w, https://images.fastspot.com/methodist-university/500x282/1 500w, https://images.fastspot.com/methodist-university/300x169/1 300w" src="https://images.fastspot.com/methodist-university/300x169/1" alt="" loading="lazy" width="300" height="169">
<iframe class="gallery_item_iframe" width="560" height="315" src="https://www.youtube.com/embed/XPjQhvjQbSM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" title="Fastspot - Our Methodology" allowfullscreen></iframe>
</span>
</figure>
</div>
</div>
<div class="gallery_row grid_layout_30_70">
<div class="gallery_item">
<figure class="gallery_item_figure">
<span class="gallery_item_media gallery_item_size_portrait">
<img class="gallery_item_image" srcset="https://images.fastspot.com/methodist-university/735x980/2 735w, https://images.fastspot.com/methodist-university/555x740/2 555w, https://images.fastspot.com/methodist-university/375x500/2 375w, https://images.fastspot.com/methodist-university/225x300/2 225w" src="https://images.fastspot.com/methodist-university/225x300/2" alt="" loading="lazy" width="225" height="300">
</span>
</figure>
</div>
<div class="gallery_item">
<figure class="gallery_item_figure">
<span class="gallery_item_media gallery_item_size_wide">
<img class="gallery_item_image" srcset="https://images.fastspot.com/methodist-university/1440x810/3 1440w, https://images.fastspot.com/methodist-university/1220x686/3 1220w, https://images.fastspot.com/methodist-university/980x552/3 980w, https://images.fastspot.com/methodist-university/740x416/3 740w, https://images.fastspot.com/methodist-university/500x282/3 500w, https://images.fastspot.com/methodist-university/300x169/3 300w" src="https://images.fastspot.com/methodist-university/300x169/3" alt="" loading="lazy" width="300" height="169">
</span>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END: Gallery -->
{#
{% include '@component-gallery' with {
title: 'Title',
description: 'Description',
rows: [
{
layout: '100',
items: [
{
image: '1',
alt: '',
video: {
service: '',
id: '',
title: ''
},
caption: 'caption'
}
]
}
]
} %}
#}
{%
set layout_sizes = {
"70_30": [
"wide",
"portrait"
],
"30_70": [
"portrait",
"wide"
],
"50_50": [
"wide",
"wide"
],
"100": [
"wide"
]
}
%}
<!-- Gallery -->
<div class="gallery{% if theme %} theme_{{ theme }}{% endif %}">
{% if title or description %}
<div class="gallery_header">
<div class="fs-row">
<div class="fs-cell {{ cell }}">
<div class="gallery_header_inner">
{% if title %}
<h2 class="gallery_title">{{ title }}</h2>
{% endif %}
{% if description %}
<div class="gallery_description">
<p>{{ description }}</p>
</div>
{% endif %}
</div>
</div>
</div>
</div>
{% endif %}
<div class="gallery_body">
<div class="fs-row">
<div class="fs-cell">
<div class="gallery_body_inner">
<div class="gallery_items">
{% for row in rows %}
<div class="gallery_row grid_layout_{{ row.layout }}">
{% for item in row.items %}
{% set img_size = attribute(layout_sizes, row.layout)[ loop.index0 ] %}
<div class="gallery_item">
<figure class="gallery_item_figure">
<span class="gallery_item_media gallery_item_size_{{ img_size }}">
{% if img_size == "wide" %}
{% if row.layout == "50_50" %}
{% include '@partial-image' with {
class: 'gallery_item',
alt: '',
image: item.image,
loading: 'lazy',
sources: [
img.wide.med,
img.wide.sml,
img.wide.xsml,
img.wide.xxsml
]
} %}
{% else %}
{% include '@partial-image' with {
class: 'gallery_item',
alt: '',
image: item.image,
loading: 'lazy',
sources: [
img.wide.xlrg,
img.wide.lrg,
img.wide.med,
img.wide.sml,
img.wide.xsml,
img.wide.xxsml
]
} %}
{% endif %}
{% else %}
{% include '@partial-image' with {
class: 'gallery_item',
alt: '',
image: item.image,
loading: 'lazy',
sources: [
img.portraitFull.med,
img.portraitFull.sml,
img.portraitFull.xsml,
img.portraitFull.xxsml
]
} %}
{% endif %}
{% if item.video.service == 'youtube' %}
<iframe class="gallery_item_iframe" width="560" height="315" src="https://www.youtube.com/embed/{{ item.video.id }}" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"{% if item.video.title %} title="{{ item.video.title }}"{% endif %} allowfullscreen></iframe>
{% elseif item.video.service == 'vimeo' %}
<iframe class="gallery_item_iframe" src="https://player.vimeo.com/video/{{ item.video.id }}?color=ffffff&title=0&byline=0&portrait=0" frameborder="0" allow="autoplay; fullscreen"{% if item.video.title %} title="{{ item.video.title }}"{% endif %} allowfullscreen></iframe>
<script src="https://player.vimeo.com/api/player.js"></script>
{% endif %}
</span>
{% if item.caption %}
<figcaption class="gallery_item_caption">
<p>{{ item.caption }}</p>
</figcaption>
{% endif %}
</figure>
</div>
{% endfor %}
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END: Gallery -->
No notes defined.