広報活動

市民公開講座を開催しました

7/28(月)、30(水)の2日間にわたり、大阪社会医療センターの荒川理事長が講師を務め、大阪市営萩之茶屋北住宅2号館集会所にて市民公開講座を開催しました。

次回の開催予定は、ホームページでお知らせしますので、ご確認ください。

// // サムネイルクリックでiframeに差し替え // document.addEventListener("DOMContentLoaded", function() { // const lazyVideos = document.querySelectorAll(".youtube-lazy"); // // lazyVideos.forEach(el => { // el.addEventListener("click", function() { // const videoId = this.dataset.id; // // if (!videoId) return; // // // iframeを生成 // const iframe = document.createElement("iframe"); // iframe.src = "https://www.youtube.com/embed/" + videoId + "?autoplay=1&muted=1&playsinline=1&rel=0"; // iframe.frameBorder = "0"; // iframe.allowFullscreen = true; // iframe.allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"; // iframe.title = "YouTube video player"; // iframe.setAttribute("playsinline", ""); // iPhone対応 // iframe.style.width = "100%"; // iframe.style.height = "100%"; // // // サムネイルをiframeに置き換え // this.innerHTML = ""; // this.appendChild(iframe); // }, { passive: true }); // スクロール警告回避 // }); // });