Custom "image over" photo gallery
To use this gallery:
- Add a BACKGROUND IMAGE to the caption image
- Copy this CSS:
#dm .dmPhotoGallery.newPhotoGallery.text-layout-fixed.bryan_image_over_hover li.photoGalleryThumbs .caption-container {
background: url(https://irp-cdn.multiscreensite.com/72b37138/dms3rep/multi/preview-work.gif);
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
opacity: 1;
}
#dm .dmPhotoGallery.newPhotoGallery.text-layout-fixed.bryan_image_over_hover li.photoGalleryThumbs:hover .caption-container {
opacity: 0 !important;
top: -100%;
transition: all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bryan_image_over_hover .caption-container {
transition: all .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}






