Skip to content

Instantly share code, notes, and snippets.

@FirstLayout
Created April 26, 2018 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FirstLayout/fc8b323e9c34a19ba64ba7740dae0a75 to your computer and use it in GitHub Desktop.
Save FirstLayout/fc8b323e9c34a19ba64ba7740dae0a75 to your computer and use it in GitHub Desktop.
jQuery( document ).ready( function($) {
$( '.bg-slider' ).bgSwitcher({
images: ['画像のパス','画像のパス','画像のパス'], // 切り替える背景画像を指定
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment