Jessie Matanky

Results 9 comments of Jessie Matanky

also not working for any of my client's stores. Looks like the admin is silent? @freakdesign ?

is this working for anyone? Im trying to get html5 video to play when the slide is in view, pause when user slides to new slide. The demos above are...

I got it working eventually with this ``` this.$slideshow.on( 'cellSelect.flickity', function() { $('.slideshow-slide').find('video').get(0).pause(); $('.is-selected').find('video').get(0).play(); }); ```

I have some code that initiates isotope a few times on a page and is triggered by one filter. Similar to this example: https://github.com/metafizzy/isotope/issues/1026 This works for this example on...

please merge! This should have been fixed a long time ago.

Does anyone know a way that I can use this as a patch ? Has it been merged? sorry I am not sure if I'm understanding correctly about how this...

+1 as well Would be great to be able to have full width pages in there.

Would like the same function - auto height for the book would be nice!

I am having the same issue - i added the parameters to update ``` Shopify.AjaxifyCart.init({ cartCountSelector: '.cart_count', cartTotalSelector: '.mm-counter' }); ``` but not having any luck with either. Any help?