From fb3e467fd617c2d90ec039c98f5cef1724116c4f Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 23 Sep 2019 20:36:41 +0200 Subject: [PATCH] [9.2.07] balise object responsive --- CHANGES.md | 4 ++++ core/core.js.php | 2 +- core/core.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fa52934e..593eccc7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +## Version 9.2.07 +- Modification : + - Balise responsive + ## Version 9.2.06 - Correction : - Validation html diff --git a/core/core.js.php b/core/core.js.php index 88baa86f..924dcd92 100755 --- a/core/core.js.php +++ b/core/core.js.php @@ -310,7 +310,7 @@ core.start = function() { /** * Iframes et vidéos responsives */ - var elementDOM = $("iframe, video, embed"); + var elementDOM = $("iframe, video, embed, object"); // Calcul du ratio et suppression de la hauteur / largeur des iframes elementDOM.each(function() { var _this = $(this); diff --git a/core/core.php b/core/core.php index 8860d669..b8f740ad 100644 --- a/core/core.php +++ b/core/core.php @@ -33,7 +33,7 @@ class common { const TEMP_DIR = 'site/tmp/'; // Numéro de version - const ZWII_VERSION = '9.2.06'; + const ZWII_VERSION = '9.2.07'; public static $actions = []; public static $coreModuleIds = [