fullscreen = true;
}
break;
+ case 'cart-grandvision-selection':
+ h = hh * 0.98
+ var rw = 1100;
+ var rh = 750;
+ if (ww < rw || hh < rh) {
+ var s = Math.min(ww / rw, hh / rh);
+ } else {
+ s = 1;
+ }
+ h = rh * s;
+ w = rw * s;
+ $("#grandvision-cart").css('transform', 'scale(' + s + ')');
+ setTimeout(function () {
+ $("#grandvision-selection .items").perfectScrollbar('update');
+ }, 200);
+ break;
case 'bookmarks':
if (this.fluidbook.mobilefirst.enabled) {
var indexWidth = Math.floor(ww / 230) * 230;