KOREA: According to Soompi, Jo Joon Young, Roh Jeong Eui, and Lee Chae Min will be starring in the upcoming drama “Bunny and Her Boys” (working title), which is based on a well-liked webtoon. Set at a university, the story follows Ban Hee Jin, a talented sculpture student who, after a failed first love, becomes entangled with several handsome men.
Jo Joon Young, Roh Jeong Eui, and Lee Chae Min set to appear in a new webtoon-based drama
Hot this week
Popular Categories
document.addEventListener("DOMContentLoaded", () => {
const trigger = document.getElementById("ads-trigger");
if ('IntersectionObserver' in window && trigger) {
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
lazyLoader(); // You should define lazyLoader() elsewhere or inline here
observer.unobserve(entry.target); // Run once
}
});
}, {
rootMargin: '800px',
threshold: 0.1
});
observer.observe(trigger);
} else {
// Fallback
setTimeout(lazyLoader, 3000);
}
});

