Flux-Slider
Flux-Slider copied to clipboard
Image slide with different size
Hi, thiere is a way to use this amazing slider with a list of images with different size?
Example:
<img src="a.png" /> <!-- 320x256 -->
<img src="b.png" /> <!-- 640x640 -->
<img src="c.png" /> <!-- 512x300 -->
</div>
Thanks, regard GF
Hey GF,
Thanks for the request, this is something I'm currently working on. The issue is that the viewport for each image needs to be the same size for Flux to work. So as to produce the slice based effects the image is applied to the background of several div elements, which can then be manipulated independently.
WebKit's background-size could help with this but isn't widely supported yet so at the moment I'm working on passing in height & width params instead.
Incidentally this is a duplicate of #3
Hi Joe,
Where you able to ever figure this out?