top of page
IMG_2072.jpeg

Nakai Lawrence

Co-Founder & Editing / Sound Design

IMG_2914.jpg.HEIC

Anthony Garcon

Co-Founder & Writer

Meet the Team

foto.png

Igor Strochit

Letterer

roden.jpg

Roden Ray Tabora

Background Artist

website_profile_picture.png

Paola Moreira

Visual Development Artist

IMG_4851_edited.jpg

Nick Jacobs

Marketing Manager

PicsArt_11-29-06.59.04.jpg

Rick Moraes

Artist

20240516_192054.jpg

Carlos Junior

Storyboard Artist

john.jpg

John Hudson

Storyboard Artist

  • YouTube
  • Twitter
  • Instagram

©2025 by Blackbird Animation Studios.

bottom of page
import wixLocation from 'wix-location'; import wixWindow from 'wix-window'; $w.onReady(function () { // Check if the current page is a product page if (wixLocation.path[0] === 'product-page') { if (wixWindow.formFactor === "Mobile") { // Force mobile-friendly adjustments ONLY on the product page $w("#page1").style.backgroundColor = "#fff"; // Example style change $w("#desktopLayout").hide(); $w("#mobileLayout").show(); } } else { // For all other pages, force desktop version on mobile if (wixWindow.formFactor === "Mobile") { const metaTag = ; $('head').append(metaTag); // This forces desktop width on mobile } } });