Mobile app version of vmapp.org
Login or Join
Angie530

: Slideshows in elastic or fluid layouts? I'm building a new WordPress TwentyTen child theme using the ElastiCSS framework ( http://elasticss.com/ ) and am trying to figure out the best way of

@Angie530

Posted in: #Css #CssFramework #Jquery #Wordpress

I'm building a new WordPress TwentyTen child theme using the ElastiCSS framework ( elasticss.com/ ) and am trying to figure out the best way of using some sort of dynamic content slideshow.

What is the best way to implement a slideshow in a fluid or elastic layout such that it remains proportional to the other items in the content area? Should I even bother trying to obtain that? Or should I use like four different sizes in conjunction with something like the Less framework ( lessframework.com/ )?

Thanks!

(BTW, I've posted here because this was more of a "what's the best option" question than a "How do I program that?" question. If you think it would be more appropriate on SO, please move it there.)

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Angie530

2 Comments

Sorted by latest first Latest Oldest Best

 

@Si4351233

This is how I implemented a responsive/fluid slideshow: blog.kiskolabs.com/post/5602656614/responsive-jquery-slideshow

10% popularity Vote Up Vote Down


 

@Si4351233

JQuery Plugins: plugins.jquery.com/projects/plugins?type=48
I'm sure there's a slideshow that is automatically scalable.

EDIT

My apologies for a bad answer, allow me to elaborate.

Using a JQuery Slideshow, such as this one, you can specify the dimensions to be percentages of the parent element, which would meet your requirements.

Having a SlideShow that is scalable isn't impossible to implement - though it may just take some innovation on your part to make it look like it belongs in your site.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme