32 lines
1007 B
JavaScript
32 lines
1007 B
JavaScript
"use strict";
|
|
(self["webpackChunkelementorFrontend"] = self["webpackChunkelementorFrontend"] || []).push([["section-frontend-handlers"],{
|
|
|
|
/***/ "../assets/dev/js/frontend/handlers/section/stretched-section.js":
|
|
/*!***********************************************************************!*\
|
|
!*** ../assets/dev/js/frontend/handlers/section/stretched-section.js ***!
|
|
\***********************************************************************/
|
|
/***/ ((__unused_webpack_module, exports) => {
|
|
|
|
|
|
|
|
Object.defineProperty(exports, "__esModule", ({
|
|
value: true
|
|
}));
|
|
exports["default"] = void 0;
|
|
class StretchedSection extends elementorModules.frontend.handlers.StretchedElement {
|
|
getStretchedClass() {
|
|
return 'elementor-section-stretched';
|
|
}
|
|
getStretchSettingName() {
|
|
return 'stretch_section';
|
|
}
|
|
getStretchActiveValue() {
|
|
return 'section-stretched';
|
|
}
|
|
}
|
|
exports["default"] = StretchedSection;
|
|
|
|
/***/ })
|
|
|
|
}]);
|
|
//# sourceMappingURL=section-frontend-handlers.c3950c6b190ca134bc8d.bundle.js.map
|