Still pretty darn solid
-
It hasn’t been updated in a while, but it really doesn’t need to be. Still solid, I’m a big fan of Zurb Foundation so found this is to implement.
You’ll want to change a line in the min js file from
startClockOnMouseOut:false
tostartClockOnMouseOut:true
, otherwise when you pause on hover it stays like that.Also, add
if ( function_exists( 'add_image_size' ) ) { add_image_size( 'orbit-custom', 690, 316 ); }
to your functions.php, and change the dimensions. If you want a custom size.
- The topic ‘Still pretty darn solid’ is closed to new replies.