jwplayer / jw-showcase

DEPRECATED: JW Showcase has been deprecated and is no longer maintained. Please use the JW OTT Web App Instead: https://github.com/jwplayer/ott-web-app
https://www.jwplayer.com
Apache License 2.0
78 stars 35 forks source link

Mouse over featured videos #198

Closed Gatera closed 6 years ago

Gatera commented 6 years ago

Expected Behavior

Cover image to stay or High res thumbnails on mouse over

*The thumbnails that show on mouseover are too low Res, is it possible to show only High Res photos or disable the feature?

Actual Behavior

Slideshow of low res screenshots on mouse over

Steps to reproduce

  1. Place mouseover featured video

Environment


This template is provided as a guide to filing bugs and feature requests. Please replace all text in italics with details describing your issue. When submitting a feature request, "Steps to reproduce" can be substituted with a user story or list of acceptance criteria.

pajter commented 6 years ago

We are aware of this issue, and are investigating higher resolution thumbnail strips. Unfortunately I don't have any timeline for that.

Disabling this behavior is currently only possible for self-hosted Showcases.

Gatera commented 6 years ago

Hi @pajter Thanks for the explanation, I will keep looking out for an update on that issue.

The Showcase I am using is self-hosted, how can I disable that feature?

pajter commented 6 years ago

Hi @Gatera,

You can set enablePreview to false in your config.json file. See the content[].enablePreview section on the Configuration Parameters wiki page for a more in-depth explanation.

Gatera commented 6 years ago

It worked. Thanks for sharing the wiki page too!