jquery.rondell icon indicating copy to clipboard operation
jquery.rondell copied to clipboard

Responsive

Open devmondo opened this issue 12 years ago • 8 comments

Hi, awesome script, thank you for it

is there a way for it to support responsive design ?

thanks in advanced.

devmondo avatar Apr 12 '13 15:04 devmondo

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

Sebobo avatar Apr 13 '13 11:04 Sebobo

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/

devmondo avatar Apr 13 '13 14:04 devmondo

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

ghost avatar Aug 11 '14 08:08 ghost

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

Sebobo avatar Aug 19 '14 16:08 Sebobo

Thank you for you answer !

Regards,

ghost avatar Aug 20 '14 06:08 ghost

Hi,

Great Job.!

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

Jagadeeshraj avatar Nov 06 '14 11:11 Jagadeeshraj

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

Sebobo avatar Jan 17 '15 15:01 Sebobo

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

fr60 avatar Aug 09 '15 17:08 fr60