plugin-icon

Shift8 ScrollShot

Door shift8·
Scrolling tall-screenshot viewport effect. Makes a tall image appear to scroll inside a fixed-height container.
Versie
1.0.0
Laatst bijgewerkt
May 11, 2026

Shift8 ScrollShot creates a scrolling screenshot viewport effect. Drop a tall image inside a container, add two CSS classes, and the plugin handles the rest. Works with any theme, page builder, or hand-coded HTML.

Features:

  • Auto-scroll mode: the image scrolls up and down automatically on a loop
  • Scroll-linked mode: image position follows the page scroll
  • Configurable pause at top and bottom of the scroll cycle
  • Optional browser-style frame with traffic-light dots
  • Per-instance configuration via data attributes
  • Multiple independent instances on one page
  • Respects prefers-reduced-motion
  • Vanilla JS with no jQuery or external libraries
  • Lightweight assets (under 5 KB combined)

Usage

  1. Add a container element (a div, section, or page builder container). Give it the CSS class s8-scrollshot.
  2. Inside that container, add an image element. Give it the CSS class s8-scrollshot__image.
  3. (Optional) Add data attributes to the container or image to configure the behavior.

Data attributes can be placed on either the wrapper or the image. If the same attribute appears on both, the wrapper value takes priority.

Page Builder Setup

In Bricks Builder, Elementor, or other visual builders:

  1. Add a container or section element and apply the CSS class s8-scrollshot.
  2. Add an image element inside it and apply the CSS class s8-scrollshot__image.
  3. Use the builder’s custom attributes panel to add any data-* attributes.

Plain HTML Example

<div class="s8-scrollshot" data-mode="auto" data-duration="15000"> <img class="s8-scrollshot__image" src="screenshot.png" alt="Screenshot"> </div><h3>Data Attributes</h3>

All configuration is done through HTML data attributes on the .s8-scrollshot container or the .s8-scrollshot__image element. Wrapper values take priority over image values.

  • data-modeauto or scroll (default: auto)
  • data-duration – Total cycle time in milliseconds (default: 12000)
  • data-end-pause – Hold time at top and bottom in milliseconds (default: 1500)
  • data-pause-on-hovertrue or false (default: true)
  • data-reversetrue or false, controls bounce direction (default: true)
  • data-framenone or browser (default: none)
  • data-viewport-height – Visible area height in pixels (default: 700)
  • data-viewport-width – Viewport width in pixels, 0 for auto (default: 0)
  • data-easing – Any CSS easing string (default: ease-in-out)
Gratisvoor betaalde abonnementen
Door te installeren, ga je akkoord met de Servicevoorwaarden van WordPress.com en de voorwaarden voor plugins van derden.
Getest tot
WordPress 6.9.4
Deze plugin kan worden gedownload, zodat je hem op je kan gebruiken.