Title: Shift8 ScrollShot
Author: shift8
Published: <strong>May 11, 2026</strong>
Last modified: May 11, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/shift8-scrollshot.svg)

# Shift8 ScrollShot

 By [shift8](https://profiles.wordpress.org/shift8/)

[Download](https://downloads.wordpress.org/plugin/shift8-scrollshot.zip)

 * [Details](https://mlt.wordpress.org/plugins/shift8-scrollshot/#description)
 * [Reviews](https://mlt.wordpress.org/plugins/shift8-scrollshot/#reviews)
 *  [Installation](https://mlt.wordpress.org/plugins/shift8-scrollshot/#installation)
 * [Development](https://mlt.wordpress.org/plugins/shift8-scrollshot/#developers)

 [Support](https://wordpress.org/support/plugin/shift8-scrollshot/)

## Description

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-mode` – `auto` 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-hover` – `true` or `false` (default: `true`)
 * `data-reverse` – `true` or `false`, controls bounce direction (default: `true`)
 * `data-frame` – `none` 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`)

## Installation

 1. Upload the `shift8-scrollshot` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the Plugins screen in WordPress.

## FAQ

### Does it require a specific page builder?

No. The plugin scans the DOM for `.s8-scrollshot` and `.s8-scrollshot__image` classes
regardless of which theme or page builder rendered them. It works with Bricks, Elementor,
Gutenberg blocks, hand-coded HTML, or any other setup.

### Can I have multiple instances on one page?

Yes. Each `.s8-scrollshot` instance is independent.

### What happens if my image is shorter than the viewport?

The plugin detects this and does nothing. No errors are thrown.

### How do I control the width?

Set a width on the container element, or use the `data-viewport-width` attribute
with a pixel value. The image fills the viewport width automatically.

### How do I make the scroll slower?

Increase `data-duration`. For a slow scroll, try `15000` or `20000` (15-20 seconds
per cycle). Also increase `data-end-pause` for longer holds at each end.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Shift8 ScrollShot” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ shift8 ](https://profiles.wordpress.org/shift8/)

[Translate “Shift8 ScrollShot” into your language.](https://translate.wordpress.org/projects/wp-plugins/shift8-scrollshot)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/shift8-scrollshot/),
check out the [SVN repository](https://plugins.svn.wordpress.org/shift8-scrollshot/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/shift8-scrollshot/)
by [RSS](https://plugins.trac.wordpress.org/log/shift8-scrollshot/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.0**
 *  Last updated **7 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/shift8-scrollshot/)
 * Tags
 * [animation](https://mlt.wordpress.org/plugins/tags/animation/)[screenshot](https://mlt.wordpress.org/plugins/tags/screenshot/)
   [scroll](https://mlt.wordpress.org/plugins/tags/scroll/)[viewport](https://mlt.wordpress.org/plugins/tags/viewport/)
 *  [Advanced View](https://mlt.wordpress.org/plugins/shift8-scrollshot/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/shift8-scrollshot/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/shift8-scrollshot/reviews/)

## Contributors

 *   [ shift8 ](https://profiles.wordpress.org/shift8/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/shift8-scrollshot/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://shift8web.ca)