You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$('#jfmps-container').jfmps({
noAlbumImagesText: 'You have no images in this album.',
noAlbumsText: 'You do not have any albums.',
submitCallback: function(jsonData){ alert(jsonData); },
imageSubmitButton: $('#jfmps-submit-button'),
maxPhotosSelected: 1,
numAlbumColumns: 4,
numPhotosColumns: 6,
albumSelectorMode: true, // <============ ALBUM SELECTOR FEATURE
debug: true
});
The text was updated successfully, but these errors were encountered:
Sorry! not issue, just request.
Why not improve "Album Selector" feature?
$('#jfmps-container').jfmps({
noAlbumImagesText: 'You have no images in this album.',
noAlbumsText: 'You do not have any albums.',
submitCallback: function(jsonData){ alert(jsonData); },
imageSubmitButton: $('#jfmps-submit-button'),
maxPhotosSelected: 1,
numAlbumColumns: 4,
numPhotosColumns: 6,
albumSelectorMode: true, // <============ ALBUM SELECTOR FEATURE
debug: true
});
The text was updated successfully, but these errors were encountered: