Wildwood
Oct 19
Oct 22
Oct 23
Oct 24
Oct 25
Oct 26
Oct 27
Oct 28
Oct 29
Wildwood is a handcrafted epic fantasy that transports audiences into a secret, dangerously alive world. A girl’s desperate quest to save her baby brother unfolds into a spectacular, high-stakes adventure through a forbidden forest full of enchanted creatures, endearing allies, and formidable adversaries—where an entire hidden realm hangs in the balance. In an era of automation, LAIKA delivers its most ambitious and globally accessible film yet—a bold fusion of human-crafted artistry and cinematic storytelling from the makers of Coraline.
Wildwood
Loading…
Change Location
Trailers & Clips
.ww-carousel{ position:relative; max-width:1200px; margin:2rem auto; box-sizing:border-box; } .ww-track{ display:flex; gap:1rem; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; -webkit-overflow-scrolling:touch; padding-bottom:.75rem; scrollbar-width:thin; scrollbar-color:#FFA502 transparent; } .ww-track::-webkit-scrollbar{height:8px;} .ww-track::-webkit-scrollbar-track{background:transparent;} .ww-track::-webkit-scrollbar-thumb{background:#FFA502;border-radius:4px;} .ww-track::-webkit-scrollbar-thumb:hover{background:#e69402;} .ww-slide{ flex:0 0 340px; max-width:340px; scroll-snap-align:start; } .ww-thumb{ position:relative; width:100%; aspect-ratio:16/9; border-radius:10px; overflow:hidden; cursor:pointer; background:#000; } .ww-thumb img{ width:100%;height:100%; object-fit:cover;display:block; transition:transform .3s ease; } .ww-thumb:hover img{transform:scale(1.05);} .ww-thumb iframe{ width:100%;height:100%; border:0;display:block; } .ww-play{ position:absolute;top:50%;left:50%; transform:translate(-50%,-50%); width:64px;height:64px; background:rgba(0,0,0,.65); border-radius:50%; display:flex;align-items:center;justify-content:center; pointer-events:none; transition:background .2s ease; } .ww-thumb:hover .ww-play{background:#FFA502;} .ww-play::after{ content:””; display:block; margin-left:4px; border-style:solid; border-width:12px 0 12px 20px; border-color:transparent transparent transparent #fff; } .ww-title{ margin:.6rem 0 0; font-size:.95rem; line-height:1.3; font-weight:600; } @media (max-width:600px){ .ww-slide{flex-basis:280px;max-width:280px;} } document.addEventListener(“DOMContentLoaded”, function(){ var videos = [ { id:”wr1XCDrHqYM”, title:’Wildwood | “Something Magical” | In Theatres Oct 23′ }, { id:”dtr5JL1zkiM”, title:”Wildwood \u2013 Official Trailer” }, { id:”POneS8h1jyU”, title:”Wildwood \u2013 Official Teaser Trailer” }, { id:”ndb87LMtdwU”, title:”Wildwood: Where Rebels Gather” }, { id:”gZy36NLObaU”, title:”Wildwood: Where the Woods Awaken” } ]; var track = document.getElementById(“wwTrack”); if(!track){ return; } videos.forEach(function(v){ var slide = document.createElement(“div”); slide.className = “ww-slide”; var thumb = document.createElement(“div”); thumb.className = “ww-thumb”; thumb.innerHTML = ‘
‘ +
‘‘;
thumb.addEventListener(“click”, function(){
thumb.innerHTML =
”;
});
var title = document.createElement(“p”);
title.className = “ww-title”;
title.textContent = v.title;
slide.appendChild(thumb);
slide.appendChild(title);
track.appendChild(slide);
});
});