Jump to content
thirty bees forum
  • 0

How to show image of a product in a full size?


Suppir

Question

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?

ScreenShot111805.jpg

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...