Flux-Slider icon indicating copy to clipboard operation
Flux-Slider copied to clipboard

Image slide with different size

Open gfazioli opened this issue 14 years ago • 2 comments

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

gfazioli avatar Jun 18 '11 13:06 gfazioli

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

joelambert avatar Jun 20 '11 07:06 joelambert

Hi Joe,

Where you able to ever figure this out?

arkady411 avatar Mar 08 '13 00:03 arkady411