@iris.interactive/handcook 7.0.4-alpha → 7.0.5-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iris.interactive/handcook",
3
- "version": "7.0.4-alpha",
3
+ "version": "7.0.5-alpha",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
@@ -175,18 +175,6 @@ export class HcSlider {
175
175
  this.options['mousewheel'] = false;
176
176
  }
177
177
 
178
- if (this.slider.hasAttribute('data-hc-slider-lazy')) {
179
- this.options['lazy'] = {
180
- enabled: true,
181
- checkInView: true,
182
- loadPrevNext: true,
183
- elementClass: 'hc-slider-lazy',
184
- loadedClass: 'hc-slider-lazy-loaded',
185
- loadingClass: 'hc-slider-lazy-loading',
186
- preloaderClass: 'hc-slider-lazy-preloader',
187
- };
188
- }
189
-
190
178
  this.options['watchOverflow'] = true;
191
179
  }
192
180