2017 © Pedro PelĂĄez
 

symfony-bundle slider-bundle

Slider bundle

image

klesk/slider-bundle

Slider bundle

  • Tuesday, August 20, 2013
  • by kl3sk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 380 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 9 % Grown

The README.md

Work in progress

SliderBundle

Create slider using coin-slider

Alt Text, (*1)

Coin Slider, (*2)

Gregwar-ImageBundle

Gregwar ImageBundle, (*3)

HowTo : Comming soon

config

klesk_slider:
  width: 930
  height: 255
  square_per_width: 7
  square_per_height: 5
  delay: 3000
  effect: random
  next: Next
  prev: prev
  resize: none
  imagepath: "images/news/"
  self_entity: path
  entity find
  criterias:
     field: author
     value: klesk
  order:
      by: date
      sort: desc
  limit: 5
  offset: 0 

if resizeif different than none. It use GregwarImageBundle, (*4)

Possible effects

  • effect
    • random
    • rain
    • swirl
    • straight

If next and/or prev node begin by a dot (.), script assume it's a CSS class. So it's possible tu use class instead of normal text. Exemple :, (*5)

klesk_slider:
  next: .icon-arrow-right .icon-white
  prev: .icon-arrow-left .icon-white

this will use the twitter bootstrap icon insead of text., (*6)

Possible resize

  • resise
    • force
    • resize
    • crop
    • scale
    • none
List
  • [ ] Create readme
  • [ ] Complete test

The Versions

20/08 2013

dev-master

9999999-dev https://github.com/kl3sk/SliderBundle

Slider bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Grégoire HOUSSAIS

symfony2 image slider