Browse code

Use embed bg image as background-image instead of just background

Benjamin Roth authored on17/08/2016 11:23:45
Showing1 changed files
... ...
@@ -75,7 +75,7 @@ class ModuleArticle extends \Contao\ModuleArticle
75 75
             }
76 76
             else
77 77
             {
78
-              $this->arrStyle[] = "background: url('".$objClass->src."');";
78
+              $this->arrStyle[] = "background-image: url('".$objClass->src."');";
79 79
             }
80 80
           }
81 81
         }