klesk / slider-bundle
Slider bundle
Installs: 713
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:symfony-bundle
Requires
- php: >=5.3.0
- gregwar/image-bundle: dev-master
- symfony/symfony: >=2.2
Requires (Dev)
- symfony/framework-bundle: >=2.2
This package is not auto-updated.
Last update: 2025-03-24 16:46:11 UTC
README
SliderBundle
Create slider using coin-slider
Gregwar-ImageBundle
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
resize
if different thannone
. It use GregwarImageBundle
Possible effects
- effect
- random
- rain
- swirl
- straight
Next/prev links
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 :
klesk_slider:
next: .icon-arrow-right .icon-white
prev: .icon-arrow-left .icon-white
this will use the twitter bootstrap icon insead of text.
Possible resize
- resise
- force
- resize
- crop
- scale
- none
List
- Create readme
- Complete test