jQuery-Facebook-Photo-Selector
jQuery-Facebook-Photo-Selector copied to clipboard
It is not responsive to cell phones
It is having trouble for display on cell phones.
Quick fix:
@media screen and (max-width: 480px) {
#CSPhotoSelector {
padding: 2% 0 0;
}
#CSPhotoSelector .CSPhotoSelector_dialog {
width: 220px !important;
}
#CSPhotoSelector .CSPhotoSelector_content {
width: 199px !important;
height: 273px !important;
overflow: scroll !important;
}
#CSPhotoSelector .CSPhotoSelector_dialog .CSAlbum_container .CSPhotoSelector_album {
display: block;
}
#CSPhotoSelector .CSPhotoSelector_dialog .CSAlbum_container .CSPhotoSelector_albumWrap div {
height: 75px !important;
}
#CSPhotoSelector .CSPhotoSelector_dialog .CSAlbum_container .CSPhotoSelector_albumWrap {
width: 155px !important;
}
#CSPhotoSelector .CSPhotoSelector_dialog .CSAlbum_container .CSPhotoSelector_album {
width: auto !important;
}
#CSPhotoSelector .CSPhotoSelector_dialog {
margin-left: 0 !important;
}
}
Please test and comment my pull request: https://github.com/cshold/jQuery-Facebook-Photo-Selector/pull/26