Browsing Category

Recipes

Cooking should be fun, creative, and locally or internationally inspired – but most importantly, delicious! Whatever your heart and taste buds are craving, we’ve curated a blend of our favorites to share with you.

document.addEventListener("DOMContentLoaded", function() { const youtubeIframes = document.querySelectorAll('iframe[src*="youtube.com"], iframe[src*="youtu.be"]'); youtubeIframes.forEach(function(iframe) { const parent = iframe.parentElement; if (!parent.classList.contains('youtube-container')) { const wrapper = document.createElement('div'); wrapper.classList.add('youtube-container'); iframe.parentNode.insertBefore(wrapper, iframe); wrapper.appendChild(iframe); } }); });