for the love of spinning records and a desire for a safe space to do so, Ruca Records was formed in hopes of uplifting and empowering other womxn in the artist community 🌹 ✨
in hopes of uplifting and empowering other womxn in the artist community 🌹 ✨
jQuery(function ($) { $().fancybox({ selector: '#reload_enjoyinstagram_carousel_1 .fancybox', preventCaptionOverlap: false, hash: false, animationEffect: "fade", transitionEffect: "fade", closeExisting: true, keyboard: true, image: { preload: true } });
function LoadEnjoyInstagramCarousel() { new Swiper('#ei-carousel-1', { loop: false, navigation: false, pagination: false, autoplay: false, speed: 2000, spaceBetween: 0, slidesPerView: 1, breakpoints: { 0: { slidesPerView: 1 }, 480: { slidesPerView: 1 }, 600: { slidesPerView: 1 }, 768: { slidesPerView:1 }, 1024: { slidesPerView:1, } }, on: { update: function () {
for (var i in this.imagesToLoad) { var img = this.imagesToLoad[i]; if (img && img.className && img.className.indexOf('ig-img') !== -1) { img.style.height = img.width + 'px'; } } }, } }) }
LoadEnjoyInstagramCarousel(); });