$ .ajax ({
url: «//munchkin.marketo.net/munchkin.js»,
dataType: ‘script’,
cache: vrai,
succès: function () {
Munchkin.init («727-ZQE-044»);
}
}); var parallaxe = (fonction (jq) {
var $ = jq;
function init () {
var div = $ (‘# img1’);
var nav_div = $ (‘# floatingnav’);
function calculer_parallax_height () {
var img_w = 3200;
var img_h = 1040;
var divwidth = div.width ();
console.log (‘largeur div’, largeur div);
var newheight = Math.floor ((divwidth * img_h) / img_w) -1;
console.log (‘nouvelle hauteur’, nouvelle hauteur);
return newheight;
}
function resize_all_parallax () {
var newheight = calculer_parallax_height ();
div.height (newheight + ‘px’);
var newtop = newheight – 88;
//nav_div.top(newtop + ‘px’);
}
$ (fenêtre) .on (‘redimensionner’, fonction () {
resize_all_parallax ();
});
resize_all_parallax ();
$ (fenêtre) .on (‘défilement’, fonction () {
var newheight = calculer_parallax_height ();
if (newheight