[9.2.07] balise object responsive
This commit is contained in:
parent
3040166318
commit
fb3e467fd6
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## Version 9.2.07
|
||||
- Modification :
|
||||
- Balise <object> responsive
|
||||
|
||||
## Version 9.2.06
|
||||
- Correction :
|
||||
- Validation html
|
||||
|
@ -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);
|
||||
|
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user