[TYPO3-german] Re: tx_news: Bildgröße erstellen

Martin martinstockffm at googlemail.com
Thu Feb 11 19:33:47 CET 2016


Damit jeder Bescheid weiss, folgender Code hilft:

plugin.tx_news {
      settings {
        # --------------
        #  Detail
        # --------------
        detail {
          # media configuration
          media {
            image {
                # choose the rel tag like gallery[fo]
              lightbox = lightbox[myImageSet]
              maxWidth = 285
              maxHeight = 186
            }
     
          }
        }
        # --------------
        #  List
        # --------------
        list {
          # media configuration
          media {
            image {
              maxWidth = 285
              maxHeight = 186
            }
            dummyImage = typo3conf/ext/news/Resources/Public/Images/dummy-preview-image.png
          }
     
        }
      }
    }



More information about the TYPO3-german mailing list