Please specify which problems you are trying to fix, and
what the solution is.
In your source you say:
//next 3 lines are hook for IE, which stores
pictures and picture sizes
//in different places and sets incorrect picture
size if picture somewhy
//change it.
if (is.ie) {
DynImage.loadimages[i].img.width=
(DynImage.loadimages[i].img.height=null);
DynImage.loadimages[i].complete = false;
DynImage.loadimages[i].img.src=DynImage.loadimages
[i].origsrc=src;
}
I'm afraid this doesn't make sense to me, please elaborate.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
Is this fix precluded by the latest (2.54) version of
dynimage.js?
Logged In: NO
Is this fix precluded by the latest (2.54) version of
dynimage.js?
Logged In: YES
user_id=164855
Please specify which problems you are trying to fix, and
what the solution is.
In your source you say:
pictures and picture sizes
//in different places and sets incorrect picture
size if picture somewhy
//change it.
if (is.ie) {
DynImage.loadimages[i].img.width=
(DynImage.loadimages[i].img.height=null);
DynImage.loadimages[i].complete = false;
DynImage.loadimages[i].img.src=DynImage.loadimages
[i].origsrc=src;
}
I'm afraid this doesn't make sense to me, please elaborate.