-
**Description**
There can be a `KeyError` raised in the marked line below, even though this is the happy path:
```python
class LazyDict(MutableMapping):
def __getitem__(self, key):
""…
-
I'm having two issues with OwlCarousel when it's loaded on the page.
1. I get a flash of the images not scaled down to their proper dimensions before the carousel kicks everything into place.
2. …
-
When will you upgrade this gem to support Rails 5?
-
### A summary of the issue and the browser/OS environment in which it occurs. If suitable, include the steps required to reproduce the bug.>
Dear Sirs,
Let me first thanking you for this plugin ! …
-
All of my unit tests are failing with the console error: [TypeError: Cannot read properties of null (reading 'addEventListener')]
-
## Steps to replicate
1. Create some posts on an AT site, at least 4.
2. Activate the Baskerville 2 theme.
3. Activate Lazy Load, on Manage > Settings > Performance > Performance & speed.
3. Che…
-
When the `fade` setting is `true`, the current slide is only set after the time defined in `autoplaySpeed`.
Here is my configuration:
```
var settings = {
dots: false,
lazyLoad…
-
觉得你想要的distance 效果是还没进入屏幕的元素在一个距离范围内,就提前开始加载。
看代码,只是做了个区域偏移。比如我设个distance = 12000,当前屏幕的元素都不会执行加载。
比如我设个500,那屏幕上边500px内的元素就不会进行加载,即使进入了可视区。
``` javascript
Lazyload.prototype._detectElementIfInScreen =…
-
https://v3.umijs.org/zh-CN/plugins/plugin-dva#typeerror-object-is-not-a-function
-
- [x] Remove old getList selectorCreator calls and use the new getListResults instead.
- [x] Insert one Carousel in content.
- [x] Implement different sizes for Carousel.
- [ ] Carousels have to be…