Haris Pobric

Results 2 comments of Haris Pobric

To make the animated page transition, you can use the following code as starting point ``` javascript window.wiselinks = new Wiselinks($('#your-target-container')) $(document).off('page:loading').on('page:loading', function(event) { $('#your-target-container').hide() // This is your starting...

I sort of figured out how to address the point 2 in the original post but now wonder if there is a way to use `object-fit` attribute for the images...