@cnbritain/wc-gallery-stripdeprecated

A gallery variation that displays the images in a strip

Usage no npm install needed!

<script type="module">
  import cnbritainWcGalleryStrip from 'https://cdn.skypack.dev/@cnbritain/wc-gallery-strip';
</script>

README

wc-gallery-strip

A gallery variation that displays the images in a strip

Macro settings

Key Optional Default Description
model false The data model
image_count true 6 The amount of images to include
cls true '' Additional class to add to the element

JS Documentation

Themes

Prerequisites:

  • Node.jsbrew install node
  • Grunt - npm install -g grunt-cli
  • Other prereqs? Python? Virtualenv?

Demo:

Install dependencies:

npm install

Build the things:

npm run sass
npm run js
npm run docs

Hint your JS

npm run jshint

Python the pythons:

npm run demo-install

Start the demo server:

python demo.py