Sebobo / jquery.rondell

A jQuery plugin for displaying stuff in a highly customizable carousel.
http://projects.sebastianhelzle.net/jquery.rondell/
MIT License
54 stars 11 forks source link

Responsive #1

Open devmondo opened 11 years ago

devmondo commented 11 years ago

Hi, awesome script, thank you for it

is there a way for it to support responsive design ?

thanks in advanced.

Sebobo commented 11 years ago

Hi,

I've been thinking about how to make it responsive for a while. It's not that easy, because some parts of the rondell could be scaled by getting their initial relations (this is already implemented). Some parts are absolutely positioned or have a fixed size, like the controls and other stuff.

You could play around with the carousel example. There is a resize button and the following code:

var carousel;
carousel = $("#rondellCarousel > *").rondell({
  preset: "carousel"
});
$(".resize-button").click(function(e) {
  e.preventDefault();
  return carousel.fitToContainer();
});

What would be your specific requirements, or what would you expect the rondell should do?

Regards

devmondo commented 11 years ago

thank you for the reply, rondell is very cool, specially it works in IE and has many modes.

it would be more awesome if

-we can do something like this regarding responsive like http://www.slidesjs.com/ -we can style the scroll bars for the items, because standard browser scroll bars are ugly -ability to have animated blocks in each slide like http://dimsemenov.com/plugins/royal-slider/ -touch ability like http://dimsemenov.com/plugins/royal-slider/

ghost commented 10 years ago

Hi, First of all, I would like to say that your work is amazing, thank you for sharing !

I have the same question, I can't make it responsive, and your resize button doesn't seem to work, so I have no idea how to do that ^^

Did you find a solution to make it responsive ?

Thanks in advanced

PS : I'm french sorry for my english

Sebobo commented 10 years ago

No not yet.

I plan to work on a completely new version which is css based and responsive, but didn't have time to start yet. Maybe later this year.

But I will look into the bug with the resize button. Thanks for reporting!

Regards

ghost commented 10 years ago

Thank you for you answer !

Regards,

Jagadeeshraj commented 9 years ago

Hi,

Great Job.!

Is there any way to add/remove elements dynamically.? Thanks in advance

Sebobo commented 9 years ago

No not yet. Sorry I didn't have time to work on the plugin in the last months :/

fr60 commented 9 years ago

Hi Sebastian,

Thnank you for your awesome work. I want to implement your plugin rondell but I'm facing problems. can you check this question on stackoverflow? thanks

http://stackoverflow.com/questions/31906680/jquery-rondell-multiple-images-not-working