forked from ZwiiCMS-Team/ZwiiCMS
[9.2.07] balise object responsive
This commit is contained in:
parent
3040166318
commit
fb3e467fd6
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 9.2.07
|
||||||
|
- Modification :
|
||||||
|
- Balise <object> responsive
|
||||||
|
|
||||||
## Version 9.2.06
|
## Version 9.2.06
|
||||||
- Correction :
|
- Correction :
|
||||||
- Validation html
|
- Validation html
|
||||||
|
@ -310,7 +310,7 @@ core.start = function() {
|
|||||||
/**
|
/**
|
||||||
* Iframes et vidéos responsives
|
* 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
|
// Calcul du ratio et suppression de la hauteur / largeur des iframes
|
||||||
elementDOM.each(function() {
|
elementDOM.each(function() {
|
||||||
var _this = $(this);
|
var _this = $(this);
|
||||||
|
@ -33,7 +33,7 @@ class common {
|
|||||||
const TEMP_DIR = 'site/tmp/';
|
const TEMP_DIR = 'site/tmp/';
|
||||||
|
|
||||||
// Numéro de version
|
// Numéro de version
|
||||||
const ZWII_VERSION = '9.2.06';
|
const ZWII_VERSION = '9.2.07';
|
||||||
|
|
||||||
public static $actions = [];
|
public static $actions = [];
|
||||||
public static $coreModuleIds = [
|
public static $coreModuleIds = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user