metafizzy / flickity-docs

:memo: documentation for Flickity
28 stars 8 forks source link

Change images for small viewports #44

Closed FreddieT closed 8 years ago

FreddieT commented 8 years ago

Is there a way to change images for small viewports? I'd like to swap images when the viewport gets below 500px.

desandro commented 8 years ago

There is no automatic way to do this with Flickity, but consider how you would achieve this just in plain HTML & CSS, without Flickity. You can use these techniques inside the Flickity cell.

FreddieT commented 8 years ago

Hi Desandro, Thanks for your response and your advice about solving this problem. And thank you for your very clever and very neat Flickity carousel! FreddieT