This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Copyright | |
*/ | |
namespace Vendor\Module\Block; | |
use Magento\Cms\Model\ResourceModel\Block\CollectionFactory; | |
use Magento\Framework\DataObject; | |
use Magento\Framework\Exception\NoSuchEntityException; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var mobileBreackpoint = 767; | |
var stickyElem = $('.page-header'); | |
var stickyElemCheckpoint = 82; | |
var stickyElemActiveClass = 'page-header_sticky'; | |
var stickyElemHelperClass = 'page-header_inert-sticky'; | |
stickyElem.addClass(stickyElemHelperClass); | |
$(document).ready(function() { |