ADVERTISEMENT

Newborn photography in this pandemic

Published Aug 28, 2020 01:51 am

Yes, it’s possible and safe to document your family’s milestones

When the lockdown happened, senior citizens and children were prohibited to go out of the house for their safety. What more for families with newborn babies? In a normal setting, parents would be overzealous to book an appointment and have a photoshoot to commemorate this
joyous occasion. But now that we are in a pandemic, should parents still push through with documenting these adorable moments?

Manila Bulletin Lifestyle asked Cocoon Studio’s marketing manager Patricia Infante to share their first action steps when quarantine started. “We communicated with our clients who booked and worked on rescheduling their dates to another time with no additional charge. We wanted to
make sure that all our clients are safe in terms of working with a new schedule. Most of them moved their shoots to next year when everything is much safer.”

READY TO SHOOT Patricia and Hershey work together to form a two-man team

Since none of us have gone through a crisis like this before, the photography studio decided to stop operations and observe what was happening first, including realigning with the team and holding virtual meetings to talk about safety protocols. Despite the shoot hiatus, the company kept themselves busy with Instagram live talks with different personalities such as Bianca Gonzalez, Kelly Misa, and Andi Manzano. “We tackled different topics and wanted to ask how they are and how they were coping up. It was a good way to have a sense of normalcy. We also communicated with our clients and asked how they were and talked about their events that didn’t push through. It was a good way to talk to people and communicate,” adds Patricia. Their team of photographers also kept themselves busy. Their senior photographer Hershey shared that she still practices shooting every day. She would also binge-watched on YouTube photography related tutorials and signed up for online classes. I would keep shooting food, home baked pastries, my nephew, and even self portraits to keep my creative juice flowing.”

They only started to shoot again around the last week of May when GCQ and MECQ were lifted. Prior to the actual shoots, they met a few times to road test the new protocols. Confident enough with the test run, they accepted their very first booking on May 21. It was for a baptism with only one photographer allowed inside. They were ready with zoom camera lenses to make sure they follow social distancing. “We’ve done newborns, baptism, birthdays, and family portraits with safety as our priority. We wear full protection gear during shoots and wash them right after every shoot. All items that we bring are sanitized and sterilized to secure extra safety for our Cocoon families.” They also added that the only “out of the house” agenda was the booked shoots. “It’s more of making sure that you are safe and that your clients are safe around you as well and vice versa,” adds Patricia.

SAFE AND READY TO SHOOT Cocoon Studio's first booking was for an intimate baptism

Patricia and Hershey also shared that their youngest baby model had been seven days old since GCQ was lifted. “This was a newborn shoot. We always ask the family if our baby whisperer (Patricia) can touch the baby during the shoot. Should they agree, we secure their safety by having alcohol beside us at all times to sanitize after every movement,” says Hershey. “For us, family portraits are precious and lovely. We always make it a point to include a family portrait session in every shoot, especially when the grandparents are there or the extended family. It’s always a joyous moment to have them together smiling and laughing. It’s moments like these that we capture and have them keep forever. It’s what we feel that is essential as families are one of the most important things you can ever have and cherish,” ends Patricia.


Cocoon Studio is run by top wedding photographer Pat Dy, Nelwin Uy, and Jayson Arquiza. For bookings, send an email to [email protected]

Related Tags

photos Cocoon Studio newborn shoot babies pictorial photoshoot Patricia Infante Nelwin Uy Jason Arquiza newborn covid-19 pandemic Baby Pat Dy
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.