Hi-
Just got the theme and have been able to figure out most of it, except some JS. (not my strong suit!)
The background images "grow" slightly. How do I eliminate that?
Thanks for your help! Jill
Hi-
Just got the theme and have been able to figure out most of it, except some JS. (not my strong suit!)
The background images "grow" slightly. How do I eliminate that?
Thanks for your help! Jill
Hi Jill
remember to disable js compression if you have it enabled, this way the theme will load the individual js source files and the change will have effect.PHP Code:// edit the file framework/js/pe/jquery.pixelentity.backgroundSlider.js
// change this line
resizeImage(currentColor,1.02);
// to
resizeImage(currentColor,1);
My cave is full of servers