Implementing PhotoSwipe is very easy. I included all the necessary files in '/cwsoft-foldergallery/thirdparty' and added them to 'cwsFolderGalleryPage.php'next I added ========================== $(document).ready(function(){ $("#gallery a ").photoSwipe( { enableMouseWheel: false, enableKeyboard: true }); }); ========================== to cwsoft-foldergallery.js to replace the ColorBox code I changed in 'Foldergallery.ss' line 57> to ===================== ========================== That is all