HubSpot CMS

Horizontal Gallery Module

A responsive, horizontally-scrolling gallery starter module for use in HubSpot sites. This module is meant as a starting point for you to modify and adapt to your page templates.

Unverified
?

After receiving a minimum of 25 recommendations, an entry earns the "Community Approved" badge.

Please keep in mind, all entries are community created and may not be fully supported by HubSpot.

4 Recommendations

View on:

GitHub

HTML + HUBL
<div class="horiz-scrolling-module">
    <div class="horiz-scrolling-module__text-container">
      <h4>{{ module.headline }}</h4>
      <p>{{ module.subhead }}</p>
    </div>
    <div class="horiz-scrolling-module__image-container">
        {% for image in module.images %}
        <a class="horiz-scrolling-module__image" href="{{ image.link_href }}">
            <h5>{{ image.link_text }}</h5><img src="{{ image.image_src.src }}" alt="{{ image.image_src.alt }}" />
        </a>
        {% endfor %}
    </div>
  </div>
          
        
CSS
          
            /* CSS code goes here */
          
        
JS
          
            // Empty
          
        
Have Questions?

Ask technical questions in Slack.

HubSpot Developer Slack

Not a member yet? - join here
READ ME (VIEW IN GITHUB)

Horizontal Gallery Module

A responsive, horizontally-scrolling gallery starter module for use in HubSpot sites. This module is meant as a starting point for you to modify and adapt to your page templates.

Screenshots

Check out the screenshots folder to see examples of this module in action.

Module Configuration

As of right now, the modules available in this gallery are not available for direct import. Reference module_config.json for instructions for configuring fields in the module editor.

 
4 Recommendations

Other Open Source Projects

Browse all other open source projects

CrankShaft Framework

A modern framework for accelerating build times on the HubSpot CMS. Based on a modified Bootstrap 4 framework.

Lead developers: Jon McLaren

Developer Chrome Extension

Chrome/Chromium extension for HubSpot CMS Developers that adds a developer menu, dark theme and useful shortcuts to commonly used HubSpot query parameters, resources, and tools for making HubSpot Development easier and more enjoyable.

Lead developers: Jon McLaren , William Spiro , Gonzalo Torreras

VS Code HubL Language Extension

This extension enables super fast local development of CMS pages, and is a great compliment to using the new local HubL server. It contains comprehensive HubL tag, function, filter and expression test auto-complete snippets, as well as their documentation.

Lead developers: William Spiro

Not coding on HubSpot CMS yet?

We invite you to explore why thousands of developers LOVE coding with HubSpot!

Contribute
Made with  by community members: InboundLabs.co