I am trying to use page content images in typo3 pages. I have uploaded 2 images and in DB only the filenames are stored.
OK - I found the images in uploads direcory! But now how I have to display the image?!
I can hrdcode the upload dir url and add the filename from db, but It's realy ugly and not flexible.
I tryed to use <f:image />
but no chance since it's expecting a resource path?!
OK - I found the resource dir but I can't upload images there from the standart typo3 page in cms.
The <f:image />
is realy usefull for me because I need to display images in different sizes and crop them. This all is implemented in the ViewHelper, but I can not tell the ViewHelper to take my image in upload dir.
Please help me how to use the images on pages. The menu for uploading images on page contrent is realy usefull in backend, but I can not display the result in frontend.