ZoomRowList not showing posters
As the title says, I tried switching from a RowList-based content grid to ZoomRowList. The layout seems to work all but the posters not appearing. My fading backgrounds are still working as before proving that the poster images have been fetched since I use the same image. I even set poster.visible = true in case the default was false with no success. It looks like the layout itself mimicks a Hero row that's activated for the currently focused row, while my previous layout of course just had a top Hero row. That's a lot of new settings to fiddle with just to achieve the new look, in my opinion. Anyway, here's where I'm at so far...
<!-- The main content -->
<ZoomRowList
id="RowList"
itemComponentName="CustomGridItem"
focusXOffset="[180]"
itemSize="[1920,900]"
numRows="3"
rowFocusAnimationStyle="FixedFocusWrap"
rowWidth="1920"
rowHeight="[400]"
rowZoomHeight="[430]"
rowItemHeight="[288]"
rowItemZoomHeight="[380]"
rowItemSize="[[256,144]]"
rowItemSpacing="[[20,0]]"
rowLabelOffset="[[180,8]]"
showRowLabel="[true]"
showRowCounter="[true]"
translation="[0,355]"/>