jwplayer / jw-showcase-appletv

An Apple TV app builder written in TVJS with support for videos streamed out of the JW Player platform
Other
87 stars 44 forks source link

Hero images in product details template too small #4

Closed johnluther closed 8 years ago

johnluther commented 8 years ago

@pablos1 and I discussed this but just recording it here to track.

tvOS seems to ignore "width" properties applied to hero images in the Product Details template (or possibly max width is constrained/dictated by the parent container), thus our video details screens contain small hero images, which looks odd. (See screenshot for example.)

screen shot 2015-12-02 at 11 21 12 am

pablos1 commented 8 years ago

We may be able to put something together using a Div Template, but the Product Details template seems to prefer a vertical hero image, based on the template documentation's wireframes.

pablos1 commented 8 years ago

Spoke to an Apple developer on this one. Looks like the width and height attributes are overridden by the default styles, so they are more or less ignored. Need to use user-defined stylesheets.