Skip to content
This repository was archived by the owner on Oct 28, 2018. It is now read-only.

v3.0.4

Latest

Choose a tag to compare

@pongstr pongstr released this 06 Jan 16:49
· 36 commits to master since this release

Updated plugin to work with: jQuery v2.0.3 and Bootstrap v3.0.3

  • improved docs.
  • improved modal window.
  • improved mobile view (specifically: iphone5).
  • added an api for adding a cover photo to your profile see this.

and then use it like this :

$('#selector').pongstgrm({
  show:             'profile',
  picture_size:     '64'                  // sets profile picture to 64x64 pixels, no need to add px
  profile_bg_img:   '/path/to/image.jpg', // image url
  profile_bg_color: '#d9534f'             // background color
});

yay!