[TYPO3-english]  Re: Force TYPO3 to always process images
    Nemanja Todic 
    tntprograms at gmail.com
       
    Mon Oct 20 12:27:35 CEST 2014
    
    
  
Hi Ian,
Typoscript can crop, resize and change images for you. But of course this is just a feature, you can render image directly. For example, you can write TS like this:
10 = TEXT
10.value = <img src="your-optimized-img.jpg" alt="My image" />
and it original image will be sent to the browser. If you're using Text&Images content element then chances are that they will be processed by TS and therefore not original image will be sent to a browser.
    
    
More information about the TYPO3-english
mailing list