Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

turning off the NEXT UP feature


how do you turn off the NEXT UP feature that shows up at the end of a video? I am working on http://www.jeffersonfilms.com/works.html and when one video finishes the NEXT UP feature appears. would love to get rid of this. any suggestions

1 Community Answers

George

JW Player Support Agent  
0 rated :

Add this CSS
<style>
.jw-nextup-container{
display: none !important;
}

</style>

This question has received the maximum number of answers.