projects
/
Portfolio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Activation de l'ordonnancement par drag and drop que quand c'est possible (permission...
[Portfolio.git]
/
skins
/
photo_film_viewer.js
diff --git
a/skins/photo_film_viewer.js
b/skins/photo_film_viewer.js
index
c6f583b
..
fa929b2
100644
(file)
--- a/
skins/photo_film_viewer.js
+++ b/
skins/photo_film_viewer.js
@@
-211,9
+211,9
@@
FilmSlider.prototype.getBestFitSize = function(ratio) {
};
FilmSlider.prototype.adjustImage = function(img) {
};
FilmSlider.prototype.adjustImage = function(img) {
- var dispWidth = parseInt(this.stretchable.style.width);
+ var dispWidth = parseInt(this.stretchable.style.width
, 10
);
var imgWidth = img.naturalWidth;
var imgWidth = img.naturalWidth;
- var dispHeight = parseInt(this.stretchable.style.height);
+ var dispHeight = parseInt(this.stretchable.style.height
, 10
);
var imgHeight = img.naturalHeight;
var ratio;
var imgHeight = img.naturalHeight;
var ratio;