Suppir Posted April 13, 2019 Posted April 13, 2019 Hello! I need to show image of a product in a full size (900 px height), without reducing to the screen. On Presta 1.6 I used this code for fancybox in js\product.js 'beforeLoad' : function(){if($(window).width()>1500)this.fitToView=false;return true;}, But in Thirtybees this code does not work. Fancybox is showing small, the image reduced in size, looks blurry. Can you give me advice, how to show product image in a fullsize?
Question
Suppir
Hello!
I need to show image of a product in a full size (900 px height), without reducing to the screen. On Presta 1.6 I used this code for fancybox in js\product.js
'beforeLoad' : function(){
if($(window).width()>1500)
this.fitToView=false;
return true;
},
But in Thirtybees this code does not work. Fancybox is showing small, the image reduced in size, looks blurry.
Can you give me advice, how to show product image in a fullsize?
0 answers to this question
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