====== WEC Map (wec_map) ====== ===== Responsive Web Design ===== Um Karte und Anfahrtsbeschreibung auf Seiten mit RWD zu verwenden, wird nicht viel benötigt. Man entfernt das Tabellenmarkup und fügt eine CSS-Anweisung hinzu, mehr ist nicht nötig. **TypoScript:** plugin.tx_wecmap_pi3 { output > output = COA output { 30 = TEXT 30.field = map 30.wrap = | } } **CSS:** .tx-wecmap-map { width: 100% !important; } Quelle: [[https://forge.typo3.org/issues/54343#note-4|forge.typo3.org]]