): T =>
list.length >= 1 ? list[list.length - 1] : undefined;
diff --git a/src/framework/helper/mix-colors.ts b/src/framework/helper/mix-colors.ts
old mode 100644
new mode 100755
diff --git a/src/framework/helper/polyfills.ts b/src/framework/helper/polyfills.ts
old mode 100644
new mode 100755
diff --git a/src/framework/helper/random.ts b/src/framework/helper/random.ts
old mode 100644
new mode 100755
diff --git a/src/framework/helper/sum.ts b/src/framework/helper/sum.ts
old mode 100644
new mode 100755
diff --git a/src/framework/model/misc.ts b/src/framework/model/misc.ts
old mode 100644
new mode 100755
diff --git a/src/framework/page-element.ts b/src/framework/page-element.ts
old mode 100644
new mode 100755
diff --git a/src/framework/primitives/implementations/anchor.ts b/src/framework/primitives/implementations/anchor.ts
old mode 100644
new mode 100755
diff --git a/src/framework/primitives/implementations/image.ts b/src/framework/primitives/implementations/image.ts
old mode 100644
new mode 100755
index e7ac759..de7c185
--- a/src/framework/primitives/implementations/image.ts
+++ b/src/framework/primitives/implementations/image.ts
@@ -3,6 +3,7 @@ import { html, ResponsiveImage } from '../../model/misc';
import { last } from '../../helper/last';
export class Image implements Primitive {
+ private static readonly IMAGE_SCREEN_RATIO = 0.8;
public constructor(
private readonly image: ResponsiveImage,
private readonly alt: string
@@ -13,6 +14,15 @@ export class Image implements Primitive {
${!disableInnerShadow ? `