After a video finishes playing on the website, the video player shows suggestions for other unrelated videos. This behavior is not ideal because it can distract users from the intended purpose of the page and lead them away from our content. The issue likely arises from the way videos are embedded (e.g., using default settings that show recommended videos from platforms like YouTube). Steps to Reproduce: 1. Visit a page on the website with embedded video content. 2. Play the video and let it finish. 3. Observe how the video player displays suggested videos (often unrelated to our content) after playback ends. Expected Behavior: After playback ends: 1. The video should either display a static thumbnail, a “Replay” button, or close automatically, returning users to the original page content. 2. No suggested videos or unrelated content should appear within the video player. Proposed Solution: • Option 1: For YouTube embeds, update the embed code to include ?rel=0&showinfo=0 in the URL. This disables suggested videos from other channels and ensures that only our content is promoted. • Option 2: Use a self-hosted video player or third-party tools (e.g., Vimeo, Wistia) that allow full control over what appears after playback. • Option 3: Replace the embed settings with an overlay or static end screen that encourages users to replay the video or engage with other content on the website. Priority: Medium (impacts user experience and brand professionalism).