Quellcode durchsuchen

Merge branch 'hotfix/V8-6643-correction-pour-quune-image---60' into develop

Olivier Massot vor 1 Jahr
Ursprung
Commit
6da3e40c83
1 geänderte Dateien mit 6 neuen und 1 gelöschten Zeilen
  1. 6 1
      ot_templating/Configuration/TypoScript/constants.txt

+ 6 - 1
ot_templating/Configuration/TypoScript/constants.txt

@@ -3,6 +3,12 @@ partialRootPath = EXT:ot_templating/Resources/Private/Partials/
 layoutRootPath = EXT:ot_templating/Resources/Private/Layouts/
 publicRootPath = EXT:ot_templating/Resources/Public/
 
+# Increase images max height and width
+styles.content.textmedia.maxW = 1024
+styles.content.textmedia.maxWInText = 1024
+styles.content.textmedia.maxH = 768
+styles.content.textmedia.maxHInText = 768
+
 plugin.tx_ottemplating {
     view {
         templateRootPaths.0 = EXT:ot_templating/Resources/Private/Templates/
@@ -57,6 +63,5 @@ plugin.tx_ottemplating {
             limit = 5
             uid =
         }
-
     }
 }