setTimeout(function () {
jQuery(".thumbnail_75").each(function(){
// console.log(jQuery(this).width() + "x" + jQuery(this).height())
var h = jQuery(this).height();
var w = jQuery(this).width();
jQuery(this).height(h);
jQuery(this).width(w);
jQuery(this).resize();
});
}, 2500);
// Initialize Filterizr and ensure it is globally accessible
window.filterizd = jQuery('.filter_gallery_75').filterizr(options);
jQuery('.filter_gallery_75').imagesLoaded(function() {
// Reapply sorting after initial load
// Resize handling
jQuery(window).resize(function() {
jQuery(".thumbnail_75").each(function() {
var h = jQuery(this).height();
var w = jQuery(this).width();
jQuery(this).height(h);
jQuery(this).width(w);
});
// Assuming Lightbox is a constructor from the included library
// Check if the Lightbox class or function exists
if (typeof Lightbox !== 'undefined') {
const lightbox = new Lightbox(el, options);
lightbox.show();
} else {
console.error('Lightbox library is not loaded.');
}
});
});
});
jQuery('.filtr-control-75 [data-filter]').click(function() {
//jQuery('.swiper-75').swipebox('swipebox-destroy');
var targetFilter = jQuery(this).data('filter');
var lighbox_class_name = "pfg-lightbox-" + targetFilter;
jQuery('.pfg-lightbox-' + targetFilter ).attr('data-lightbox', lighbox_class_name); // add data filter for parent filters
});
// video player
jQuery(function(){
jQuery("a.video-box-75").YouTubePopUp( { autoplay: 0 } ); // Disable autoplay
});
});
Hello! I am Eowyn, primarily known as BunnYui, and I am a digital artist and animator!
I’ve been working within the digital art space since 2017 and have been building my skills primarily through commissions, freelancing, fanart, and personal projects. After being homeschooled through my entire elementary to high school education, I am a graduate from the University of Northwestern St. Paul with a Bachelors in Animation and Illustration. I am aiming to pursue many projects under the digital art umbrella from animation, illustration, graphic design, game designs, concept work, and more!