Gallery Block Loop Scroll 7.0

Description

  • make gallery block smooth autoscroll
  • works with both Squarespace 7.0 & 7.1
  • works with Personal/Basic Plan
  • view demo – password: abc
  • buy me a coffee

06.26c09v1(v2) Gallery Block Loop Scroll 7.0

#1. Install Code

#1.1. Make sure you use Gallery Block Slideshow & Enable this option

06.26c09v1 Gallery Block Loop Scroll

#1.2. Edit FIRST Image > Click Gear icon

06.26c09v1(v2) Gallery Block Loop Scroll 7.0

#1.3. In Description, enter text: #loop-scroll#

#loop-scroll#

06.26c09v1(v2) Gallery Block Loop Scroll 7.0

#1.4. Hover on page where you use Gallery Block > Click Gear icon

06.26c09v1 Gallery Block Loop Scroll

#1.5. Click Advanced > Paste this code

  • If you use Personal/Basic Plan and your plan doesn’t support Injection, see #3.1.
<!-- 06.26c09v1(v2) Gallery Block Loop Scroll 7.0 -->
<script>
window.LOOP_SCROLL_CONFIG = {
  pauseOnHover:   true,
  overlayEnabled: true,
  overlayColor:   'rgba(0,0,0,0.25)',
  metaPadding:    10,
  titleFontSize:  '14px',
  descFontSize:   '12px',
};
</script>
<script src="https://code.beaverhero.com/galleryblock/0626c09v1v2galleryblockloopscroll70.js"></script>

06.26c09v1(v2) Gallery Block Loop Scroll 7.0

#2. Customize

#2.1. To change speed, you can adjust this option

06.26c09v1 Gallery Block Loop Scroll

#2.2. To change space between Images, change this option

06.26c09v1 Gallery Block Loop Scroll

#2.3. To change image height, you can change this option

06.26c09v1 Gallery Block Loop Scroll

#2.4. To make text always appear over image or appears on hover, enable this option

06.26c09v1 Gallery Block Loop Scroll

#2.5. To change Title/Description size, change these lines

titleFontSize:  '14px',
descFontSize:   '12px',

#2.6. To change overlay color over image, change this line

overlayColor:   'rgba(0,0,0,0.25)',

#2.7. To change Color of Text, you can use this to Custom CSS

.ls-meta * {
      color: #fff !important;
  }

06.26c09v1(v2) Gallery Block Loop Scroll 7.0

#2.8. To align text to center, use this CSS code

.ls-meta * {
      text-align: center;
  }

#2.9. To change space between Title – Description, use this to Custom CSS

.ls-meta * {
      margin: 0px !important;
  }

#2.10. If you need to tweak more you can use this AI Assistant (designed for Squarespace sites)

#3. Other

#3.1. If you use Personal/Basic Plan and your plan doesn’t support Injection, you can add a block under (or behind) Gallery Block

05.26c16v1 Hover Text Show Image Follow Cursor

Then choose Markdown

04.26c10v2 Header Sound Icon

Then use this code into Markdown

<script>
window.LOOP_SCROLL_CONFIG = {
  pauseOnHover:   true,
  overlayEnabled: true,
  overlayColor:   'rgba(0,0,0,0.25)',
  metaPadding:    10,
  titleFontSize:  '14px',
  descFontSize:   '12px',
};
</script>
<script src="https://code.beaverhero.com/galleryblock/0626c09v1v2galleryblockloopscroll70.js"></script>

06.26c09v1(v2) Gallery Block Loop Scroll 7.0

Buy me a coffee