codilar/magento2-banner-slider

A magento 2 module to show banners within a slider. The smart way

Installs: 3 147

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 3

Forks: 6

Open Issues: 1

Type:magento2-module

2.0.1 2021-05-27 13:24 UTC

This package is auto-updated.

Last update: 2024-04-27 20:00:36 UTC


README

A magento 2 module to show banners within a slider. The smart way

The module comes with 4 types of banners which you can add to your sliders.

  1. Local image (upload or select from wysiwyg gallery)
  2. External image (URL)
  3. YouTube video (URL)
  4. Custom HTML (WYSIWYG editor provided)

But feel free to extend the module to make more types if you want!

Also easily create different resource maps, to facilitate showing different kinds of banners for different screen resolutions (like mobile, desktop, tablet, and TV)!

Steps to install

  1. Via Composer composer require codilar/magento2-banner-slider (Recommended)

  2. Manually Clone or download this repository and put it in app/code/Codilar/BannerSlider

Steps to create a slider

  1. Login to your Admin panel
  2. Go to Content > Banner Slider > Manage Sliders and create a new slider
  3. Go to Content > Banner Slider > Manage Resource Maps to create a new resource type (it takes three parameters, the title, and the min width, and max width which you can leave blank for ignoring)
  4. Go to Content > Banner Slider > Manage Banners to add a new banner. Assign the banner to the slider created in step 2 and resource map created in step 3
  5. Done!

How to use the slider

  1. Widget support
  2. REST API support
  3. GraphQL API support