mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-07-07 21:11:31 +00:00
7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
/*starts flexslider */
|
|
jQuery(window).load(function() {
|
|
jQuery('.flexslider').flexslider({
|
|
animation: "slide",
|
|
smoothHeight: true,
|
|
});
|
|
}); |