Niller Posted April 26, 2016 Share Posted April 26, 2016 Hello Prestashoppers. What's the easiest take on making a fancybox responsive? My URL is: http://fiskpaakrogen.dk Lasse Link to comment Share on other sites More sharing options...
Niller Posted May 5, 2016 Author Share Posted May 5, 2016 bump Link to comment Share on other sites More sharing options...
vekia Posted May 5, 2016 Share Posted May 5, 2016 and where is the fancybox on this website? Link to comment Share on other sites More sharing options...
Niller Posted May 11, 2016 Author Share Posted May 11, 2016 On alle products if you click on their picture Link to comment Share on other sites More sharing options...
Niller Posted June 16, 2016 Author Share Posted June 16, 2016 bump Link to comment Share on other sites More sharing options...
Niller Posted July 6, 2016 Author Share Posted July 6, 2016 bump Link to comment Share on other sites More sharing options...
vekia Posted July 9, 2016 Share Posted July 9, 2016 product.js in your theme /js/ directory try to change $('.thickbox').fancybox({ 'hideOnContentClick': true, 'transitionIn' : 'elastic', 'transitionOut' : 'elastic' }); to $('.thickbox').fancybox({ 'hideOnContentClick': true, 'transitionIn' : 'elastic', 'transitionOut' : 'elastic', 'fitToView' : true }); Link to comment Share on other sites More sharing options...
Niller Posted July 19, 2016 Author Share Posted July 19, 2016 Fantastic. I appreciate Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now