Photo Swipe Fullscreen Image Transition Posted in : Photographer masterchi3fParticipant 5 August 2015 at 06:59 #24112 Hello, is there a solution to realize a swipe transition by clicking left or right? I’d like to animate the transition like a swipe on mobile devices. It should also work with the arrow keys on the keyboard. i hope you have a hint for me. thank you very much in advance. kind regards serkanModerator 5 August 2015 at 14:42 #24119 Hi masterchi3f, Sorry it is not available by default, our plugin is not supporting it and it requires more time and effort to customization, if you are not familiar to coding you may consider hiring an expert at envato studio. masterchi3fParticipant 5 August 2015 at 19:55 #24130 I found the following, but I don’t know how to implement this into the theme.. http://stackoverflow.com/questions/28214038/photoswipe-4-0-initiate-swipe-to-next-programatically/28320098#28320098 thank you anyway. serkanModerator 5 August 2015 at 20:04 #24131 Hi masterchi3f, You’re welcome. As you see it requires more time and effort to customization. Kind regards. masterchi3fParticipant 6 August 2015 at 13:38 #24166 I found the perfect solution. just add: .pswp__container{ transition:.3s ease-in-out all; } @media screen and (max-width: 768px) { .pswp__container{ transition: none!important; } } to the photoswipe.css and you have a nice swipe transition on the desktop. serkanModerator 6 August 2015 at 15:03 #24169 Hi masterchi3f, Thanks for sharing your solution. Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in and have valid license to reply to this topic. License required for the following item Photographer WordPress Themeby pixelwars Login and Registration Log in · Register