How to share on social media
We’ve made it simple for you to help spread the word about UFV Giving Day!
Just follow these steps:
1. Right click and select 'Save' to download the images to your device.
2. Copy the text below or generate your own custom message.
3. Paste it into your social media platform (Facebook, Instagram, LinkedIn, etc.)
4. Add your personal touch if you’d like, and don’t forget to include the hashtag #UFVGivingDay
UFV Giving Day is on April 11! Together, connected by community, your generosity will help fund scholarships, experiential learning, and wellness initiatives—empowering students to thrive. Learn more about the campaign and the incredible UFV students at: ufvgivingday.ca💚 #UFVGivingDay
Today, we have the power to make an impact on UFV students! Let’s come together and show our support—every donation strengthens the connections that shape our community. Donate today: ufvgivingday.ca💚 #UFVGivingDay
It’s UFV Giving Day! Let’s weave a brighter future together by supporting student success. Consider making a gift today: ufvgivingday.ca💚 #UFVGivingDay
#JdC3Lky.is-media-grid {
column-count: 3;
column-gap: 10px;
padding: 10px;
}
#JdC3Lky .gallery-item {
position: relative;
break-inside: avoid;
border-radius: 0px;
margin-bottom: 10px;
line-height: 0; /* Eliminate extra space */
cursor: pointer;
overflow: hidden;
/* box-shadow: 5px 5px 0px #00000012;*/
}
#JdC3Lky .gallery-item img {
width: 100%;
height: auto;
transition: .8s all;
margin: 0;
}
#JdC3Lky .gallery-item .caption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.4);
color: #fff;
padding: 12px 15px;
opacity: 0;
transition: all 0.8s ease;
overflow: hidden;
text-overflow: ellipsis;
box-sizing: border-box;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: .9em;
font-weight: 200;
line-height: 1.2;
}
#JdC3Lky .gallery-item .caption h4 {
font-weight: 300;
font-size: 1.1em;
margin: 0 0 0.1em;;
}
#JdC3Lky .gallery-item:hover .caption {
opacity: 1;
}
#JdC3Lky .gallery-item .caption {
transform: translateY(100%);
transition: transform 0.5s ease, opacity 0.5s ease;
}
#JdC3Lky .gallery-item:hover .caption {
transform: translateY(0%);
opacity: 1;
}
#JdC3Lky .gallery-item .caption {
background-color: #fff;
color: #000;
}
#JdC3Lky .gallery-item .caption * {
color: #000;
}
@media (max-width: 800px) {
#JdC3Lky.is-media-grid {column-count: 3;}
}
@media (max-width: 600px) {
#JdC3Lky.is-media-grid {column-count: 2;}
}
/*
@media (max-width: 400px) {
#JdC3Lky.is-media-grid {column-count: 1;}
}
*/
.gallery-item .gallery-video-overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0; left: 0;
background: rgba(255,255,255,0.000001);
}
.gallery-item video {
height: auto;
width: 100%;
object-fit: cover;
}