Kal Erikson

Results 25 issues of Kal Erikson

If you enable `dragOnClick`, it allows the user to click/tap anywhere on the slider bar and drag to a new value. This works great and it seems like the most...

bug

#### Describe the feature Problem: Currently on mobile, the tooltip persists after user has swiped the slider. Ideally it fades-out after x seconds. It makes much more sense than simply...

feature

Hello, Question: Is there a built-in helper to get the current system value (`prefers-color-scheme`), regardless of this module's current color preferences? Reason: I'm trying to provide extra user preferences such...

question

I've been using this library relatively successfully however I'm noticing a visual mismatch between my original designer's concept (a Figma project) and what I'm seeing in the browser for rendered...

This Moment plugin works in my Nuxt app, however I'm attempting to customize labels for .fromNow() to be shorter. To do this many people recommend making use of custom locale's,...

I have a working app using `Nuxt` and this `@nuxt/strapi` module. On initial-landing, the server successfully renders pages, with content from Strapi, using Nuxt's `useAsyncData`. Below is the typical format...

question

I have the [YSlow javascript bookmark](http://yslow.org/mobile/) in my Firefox on OSX. I cannot seem to delete it! I placed the bookmark a year ago, and never used it. I do...

Feature request: Ability to define a threshold range, which has a lower and upper limit. For example, maybe threshold could accept an array with two values (lower and upper): `threshold:...

I have Magic Marker installed and working for single test markers, but I haven't been able to integrate it into my function which creates dynamic text inside icons. To create...

Your existing helper scripts are great! Thanks. In the case of disable-lazy-loading-by-class... ``` function rocket_lazyload_exclude_class( $attributes ) { $attributes[] = 'class="divi-slider"'; return $attributes; } add_filter( 'rocket_lazyload_excluded_attributes', 'rocket_lazyload_exclude_class' ); ``` ......