kevinbazira /
algori-image-and-video-slider-lite
Algori Image and Video Slider is a Gutenberg Block Plugin that enables you easily add image and video sliders to your website.
50/100 healthLoading repository data…
jekylltools / repository
Add image sliders to Jekyll with Ideal Image Slider. HTML include version. Github Pages compatible. (This repository is archived. Issues are disabled. Pull requests will be ignored.)
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Add image sliders to Jekyll with Ideal Image Slider. HTML include version. No plugin necessary. Fully compatible with Github Pages.
View a live demo running on Github Pages. The code and configuration for the demo is in the gh-pages branch.
Add Ideal Image Slider files to your site.
Add _data/sliders.yml to your site.
Add the _includes folder and all contents to your site.
Include slider_styles.html in your theme head. Change the paths in this file to the location of the styles in your site.
{% include slider_styles.html %}
Include slider_scripts.html in your theme just before the </body> tag. Change the paths in this file to the location of the scripts in your site.
{% include slider_scripts.html %}
Create a slider by adding data to _data/sliders.yml, adding a selector to the image_sliders front matter variable and including slider.html while passing in the slider selector. View the code in the gh-pages branch for a live example.
Create a slider by adding data to _data/sliders.yml. The format for slider data is shown below. See the Ideal Image Slider settings for a description of each setting. Note that bullets and captions are boolean (true/false) and is unsupported.
Selected from shared topics, language and repository description—not editorial ratings.
kevinbazira /
Algori Image and Video Slider is a Gutenberg Block Plugin that enables you easily add image and video sliders to your website.
50/100 healthShamas-Tanoli /
About This GitHub repository contains a lightweight and easy-to-use carousel slider implemented in pure JavaScript, HTML, and CSS. The goal of this project is to provide a simple and customizable solution for adding image sliders or content carousels to your web applications.
28/100 healthclasses- selector:
bullets:
captions:
images:
- data-src:
data-src-2x:
src:
title:
alt:
href:
settings:
height:
initialHeight:
maxHeight:
interval:
transitionDuration:
effect:
disableNav:
keyboardNav:
previousNavSelector:
nextNavSelector:
Here is an example slider, with some images, alt text and captions:
- selector: example_slider
captions: true
images:
- src: /img/1.jpg
alt: image one
- src: /img/2.jpg
alt: image two
- src: /img/3.jpg
alt: image three
settings:
height: "'auto'"
effect: "'fade'"
image_sliders front matter variableUse the image_sliders variable to add slider selectors to the front matter of a page or layout. This tells Jekyll to load the correct slider scripts and styles on that page or layout:
image_sliders:
- example_slider
slider.htmlInclude slider.html where you want the slider to appear within the page or layout. Pass the slider selector into the include. This tells Jekyll to search in _data/sliders.yml for slider data where the selector equals example_slider and use that data to create an image slider:
{% include slider.html selector="example_slider" %}
Set image_sliders_load_all: true in the front matter of an index page or archive page to load sliders in post content displayed on that page. For example if you are displaying post excerpts on your home page, set image_sliders_load_all: true and any image sliders appearing within post excerpts will load correctly on your home page.
GermanBruscaglia /
Happy to show you this website I developed. is a virtual store for the sale of football boots and accessories. - Visit the site: https://lnkd.in/eWCgTGZE - See the code of this and my other sites in my Github repository: https://lnkd.in/eFuig9aa Works done: - Site design. - Layout with HTML and CSS - Alignment using Flexbox and Grid CSS - Fully responsive site, adaptable to any mobile device. - Using JavaScript perform the following interactions: - Automatic image slider - Carrucel of featured articles. - Modal window for description of the selected product. - Drop-down accordion with store information. - Button to open hidden menu on mobile devices. - To load products simulate a database with a local json file and make the request through fetch to print the elements in the DOM. - Product cards are objects. - All product cards include a button to open the modal window with the description and another button to add the product to the shopping cart. - Through a button in the navigation menu we can open the shopping cart with the loaded products. Hope you like !!
renatocortez /
Project: Build an image slider that you can add to any website. Html, Css, JavaScript(Vanilla).
39/100 healthomidhokate2002 /
A lightweight image slider created with HTML, CSS, and JavaScript. It's responsive, offering smooth transitions and intuitive navigation controls for browsing images on any device. Perfect for adding a simple yet effective image slider to your web projects.
32/100 healthnusratrity /
This project is a responsive travel website designed to showcase popular destinations and provide an interactive experience. Built with HTML and CSS, the site features a modern layout, while JavaScript adds dynamic elements like image sliders, booking forms, and interactive maps.
27/100 health