Nancy Hiwatari Posted October 6, 2009 Share Posted October 6, 2009 Hello everybody.yesterday i was working on ps , but i had a little problem.I made a new size of images ( preferences>images>add size) the new one was:Name: realWidth: 1800height: 1250i applied that to one new product but when the thickbox shows my product, only i can see one part of the image. The new size is applied but the 'visor' of the image is mainteined the original size.Do you know how can i change the white tickbox window in order to show the full real size of my image?thank you Link to comment Share on other sites More sharing options...
Nancy Hiwatari Posted October 6, 2009 Author Share Posted October 6, 2009 Ok, I have fixed the issue xDDD, We only have to change the following lines in the archive called 'tickbox-modified' imgPreloader=new Image();imgPreloader.onload=function(){imgPreloader.onload=null;var pagesize=tb_getPageSize();var x=pagesize[0]-150;var y=pagesize[1]-150;var imageWidth=imgPreloader.width;var imageHeight=imgPreloader.height;if(imageWidth>x) reemplaced by imgPreloader=new Image();imgPreloader.onload=function(){imgPreloader.onload=null;var pagesize=tb_getPageSize();var x=pagesize[0]+500;var y=pagesize[1]+500;var imageWidth=imgPreloader.width;var imageHeight=imgPreloader.height;if(imageWidth>x) I hope this can be help someone Link to comment Share on other sites More sharing options...
seventhson Posted November 3, 2009 Share Posted November 3, 2009 Hi Nancy, this's very helpfull info, but the problem is i can't find tickbox-modified page, can you help me, thanks before Link to comment Share on other sites More sharing options...
Setu Posted November 5, 2009 Share Posted November 5, 2009 my friend , thickbox-modified.js is here js/jquery. Link to comment Share on other sites More sharing options...
Setu Posted November 5, 2009 Share Posted November 5, 2009 or maybe this u helphttp://www.prestashop.com/forums/viewthread/11779/help_installation___upgrade/thickbox_full_image_view_same_old_problem Link to comment Share on other sites More sharing options...
seventhson Posted November 6, 2009 Share Posted November 6, 2009 thanks setu 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