Damir Kotorić

Results 11 comments of Damir Kotorić

Update: that article's URL has moved to: https://joe8bit.wordpress.com/2017/11/02/jekyll-generate-body-class/ And the first line needs to be changed from: `class BodyClassTag &lt; Liquid::Tag` to: `class BodyClassTag < Liquid::Tag`

+1 for this. My UI looks buggy without those callbacks firing when the keyboard media keys are used.

@jordanbtucker Thank you so much for your solution. It works for the most part, however it doesn't work when getting emmet to generate a bit of code from a more...

Thanks @jordanbtucker the problem seemed to have been that I also tied the `enter` key to the same function as the `tab` key, but that causes problems.

Same here on a Mac running Chrome 47.0.2526.106 (64-bit)

I wasn't able to figure out a fix for this bug, but as a temporary workaround I targeted the .no-touchevents Modernizr class instead. Hoping to see this fixed eventually though...

In my situation the following helped fix that: `.medium-zoom-image--opened { object-fit: contain; }`

No I wasn't remote debugging in Safari. My blurriness might have been caused by https://github.com/francoischalifour/medium-zoom/issues/143.