top of page
A Safe Space Issue #4

A Safe Space Issue #4

$10.00Price

Buy all the connecting covers get one free!

Issue #4/7 of our 300+ page comic book.

Ships within 3–5 business days 🚀 100% Satisfaction guaranteed or your credits back

18+ NSFW 

6.37 x 9 inches

Quantity
  • 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 } } });