Gallery

<!-- Gallery -->
<div class="gallery theme_light">
    <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">Ipsum Fermentum Tristique</h2>
                    <div class="gallery_description">
                        <p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Curabitur blandit tempus porttitor. Etiam porta sem malesuada magna mollis euismod. Donec ullamcorper nulla non metus auct.</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/mount-saint-marys-university/1440x810/1 1440w, https://images.fastspot.com/mount-saint-marys-university/1220x686/1 1220w, https://images.fastspot.com/mount-saint-marys-university/980x552/1 980w, https://images.fastspot.com/mount-saint-marys-university/740x416/1 740w, https://images.fastspot.com/mount-saint-marys-university/500x282/1 500w, https://images.fastspot.com/mount-saint-marys-university/300x169/1 300w" src="https://images.fastspot.com/mount-saint-marys-university/300x169/1" alt="" loading="lazy" width="300" height="169">

                                        <div class="_lazy_video lazy_video js-video-lazy-load " data-video-lazy-load='{"id":"288344114","type":"vimeo","title":"MSMU","playerVars":{"display":"inline"},"display":null}'>
                                            <button type="button" class="lazy_video_toggle_btn js-play-btn" aria-label="Video Play Button">

                                                <svg class="icon icon_play">
                                                    <use href="/images/icons.svg#play" />
                                                </svg>

                                            </button>

                                            <div class="lazy_video_iframe_wrap">
                                                <div class="lazy_video_iframe_target js-iframe-target"></div>
                                            </div>
                                        </div>
                                    </span>
                                    <figcaption class="gallery_item_caption">
                                        <p><a href="#">The ADthenians</a> hope to change the advertising industry by bringing more women to agencies. Currently remote, our team meets online to support growth in marketing and business careers.</p>
                                    </figcaption>
                                </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/mount-saint-marys-university/735x980/2 735w, https://images.fastspot.com/mount-saint-marys-university/555x740/2 555w, https://images.fastspot.com/mount-saint-marys-university/375x500/2 375w, https://images.fastspot.com/mount-saint-marys-university/225x300/2 225w" src="https://images.fastspot.com/mount-saint-marys-university/225x300/2" alt="" loading="lazy" width="225" height="300">

                                    </span>
                                    <figcaption class="gallery_item_caption">
                                        <p>Our alumnae fast-track to business and leadership careers.</p>
                                    </figcaption>
                                </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/mount-saint-marys-university/980x552/3 980w, https://images.fastspot.com/mount-saint-marys-university/740x416/3 740w, https://images.fastspot.com/mount-saint-marys-university/500x282/3 500w, https://images.fastspot.com/mount-saint-marys-university/300x169/3 300w" src="https://images.fastspot.com/mount-saint-marys-university/300x169/3" alt="" loading="lazy" width="300" height="169">

                                    </span>
                                    <figcaption class="gallery_item_caption">
                                        <p>Online classes don’t stop us! We provide remote and onsite internship opportunities.</p>
                                    </figcaption>
                                </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/mount-saint-marys-university/980x552/4 980w, https://images.fastspot.com/mount-saint-marys-university/740x416/4 740w, https://images.fastspot.com/mount-saint-marys-university/500x282/4 500w, https://images.fastspot.com/mount-saint-marys-university/300x169/4 300w" src="https://images.fastspot.com/mount-saint-marys-university/300x169/4" alt="" loading="lazy" width="300" height="169">

                                    </span>
                                    <figcaption class="gallery_item_caption">
                                        <p>With small class sizes, students get to know their professors and fellow students. Learning not only happens on campus or online; when it is safe, students also get to meet onsite at film studios, distribution centers, and online meetings.</p>
                                    </figcaption>
                                </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 fs-lg-8 fs-lg-justify-center">
					<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.id %}
													{% include "@partial-lazy-video" with {
														class: '',
														id: item.video.id,
														type: item.video.service,
														title: item.video.title,
														playerVars: {
															'display': 'inline'
														}
													} %}
												{% 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.