Description
- sticky image block on scroll
- view demo – password: abc
- buy me a coffee
#1. Install Code
#1.1. First, make sure you added an Image Block

#1.2. Next, hover on top right of section where you use Image Block > Click EDIT SECTION > at Design > Anchor Link, enter word: sticky-image-scroll

#1.3. Hover on Page where you use Image > Click Gear icon > Click Advanced > Use this code
<!-- 09.26c12v2(2) Sticky Image on Scroll -->
<script>
window.StickyImageConfig = {
selector: 'section[id*="sticky-image-scroll"]',
topSpace: 20
};
</script>
<script src="https://code.beaverhero.com/imageblock/0926c12v2v2stickyimgscroll.js"></script>
