Skip to content

beyond-agentur/slickcarousel

 
 

Repository files navigation

#slick - the last carousel you'll ever need

this is a typo3 (7LTS) extenions of the slick carousel

Scrutinizer Code Quality Build Status

alt text

slick - Basic

  • Description (Caption) is shown in frontend
  • Very easy to use
  • Supports image crop

image image

slick - Synced

  • Description (Caption) is shown in frontend on the upper slide
  • Very easy to use
  • Supports image crop
  • Two syncronized slider (Gallery like)

image image

slick - Expert

  • Description (Caption) is shown in frontend
  • fully customizable
  • Supports image crop
  • Responsive settings

image image image

How to disable different slick types

Page TS

TCEFORM.tt_content.CType {
    removeItems = slickcarousel,slickcarouselbasic,slickcarouselsync
}

Changelog:

  • Version: 0.2.2
    • Changed description
    • Bugfix: (TS) jQuery force on top
  • Version: 0.2.1
    • Bugfix: (TS) JS include switch
  • Version: 0.2.0
    • Easing is now default and working [cssEase: cubic-bezier(0.455, 0.03, 0.515, 0.955)]
    • CSS improvements (thx to Oliver Oertel from analog.de)
  • Version: 0.1.0
    • Random sorting for Expert Slider
  • Version: 0.0.5
    • CSS fixes
    • Add Grunt task to build CSS file
  • Version: 0.0.4
    • slick - Synced > Can be configured in Backend now
  • Version: 0.0.3
    • Image crop ratios "slick - wide" and "slick - 3:2"
    • slick - Synced (Gallery)
  • Version: 0.0.1
    • First release with two carousel types
    • More Settings and Slider options will follow

About

typo3 version of slick carousel

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 40.7%
  • PHP 40.4%
  • CSS 8.4%
  • TypeScript 6.1%
  • JavaScript 4.4%