Baby John OTT Release Delayed: Varun Dhawan’s Starrer Reportedly Faces Uncertainty After Box Office Struggles
The much-anticipated OTT release of Baby John, starring Varun Dhawan and directed by Kalees, remains uncertain. The film, which debuted in cinemas on December 25, experienced a lukewarm reception at the box office. Opening to collections of Rs 11.25 crore, its earnings dropped to Rs 35.4 crore within eight days, with daily collections plummeting to Rs 1 crore. Single-screen theaters began withdrawing the film from their schedules, leaving fans speculating about its digital premiere. Despite hopes for a prompt OTT release, no official announcements have been made.When and Where to Watch Baby JohnReports suggest that Baby John has yet to secure a digital release partner. Pre-release negotiations for OTT rights often conclude before a film’s theatrical debut, but the underperformance of Baby John appears to have deterred platforms from committing. Reports indicate that the production team is still in discussions regarding potential streaming options, though nothing has been finalized.Official Trailer and Plot of Baby JohnThe trailer of Baby John teased an action-packed narrative interwoven with emotional depth. The story revolves around Baby John, a single father managing a small restaurant in Kerala while raising his young daughter, Khushi. Beneath his unassuming exterior lies a man with a dark, mysterious past. As events unfold, Baby John’s life is upended, leading to revelations and confrontations that form the crux of the film. The Hindi remake of Atlee’s Tamil hit Theri aimed to captivate audiences with its blend of suspense and drama.Cast and Crew of Baby JohnDirected by Kalees, Baby John features Varun Dhawan in the titular role. Keerthy Suresh, in her Hindi debut, stars alongside Wamiqa Gabbi, Zara Zyanna and Jackie Shroff. The film’s music was composed by GV Prakash Kumar, while Ruben handled editing duties.Reception of Baby JohnThe theatrical performance of Baby John was below expectations, with cumulative earnings struggling to gain momentum. While the film was praised for its performances and storyline by some viewers, the box office collections reflected a different reality. It has an IMDb rating of 6.5 / 10. Catch the latest from the Consumer Electronics Show on Gadgets 360, at our CES 2025 hub.
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!