[Neos] Image size on Landing page

Dmitri Pisarev dimaip at gmail.com
Fri May 8 17:32:17 CEST 2015


Hey Ardis!
Aspect ration is for cropping, it defines the presets available. It doesn't
change the size of the uncropped image.
Regarding the demo site, see the Root.ts2 file, link to that header image
is defined with this code there:
imageUri = TYPO3.Neos:ImageUri {
asset = ${q(node).property('image')}
maximumWidth = 2560
maximumHeight = 1280
@if.image = ${q(node).property('image')}
}

Regards,
Dmitri

On Thu, 7 May 2015 at 17:30 Ardis Markss <book at dizains.lv> wrote:

> Hi guys,
>
> How I can change image (main-header image) dimensions in Landing page
> (package TYPO3.NeosDemoTypo3Org)
> I change aspect ratio from 2:1 to 5:1 in NodeTypes.yaml file, but
> dimensions not change when placed image - half is image and other half is
> black rendered background. No changes on aspect ratio. Landing page
> main-header box return in normal size when remove image - aspect ratio then
> is normal.
>
> Which parameters determine the size of main-header image dimensions in
> Landing page?
>
> with best
> Ardis
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos
>


More information about the Neos mailing list