(function () {
// 1) Basic bot filter (extend if you like)
function isBot() {
return /(bot|crawl|spider|google|bing|slurp|yandex|facebook|linkedin|pinterest|preview|whatsapp|discord|telegram|headless|puppeteer)/i
.test(navigator.userAgent || "");
}
if (isBot()) return;
// 2) Mode detector
function isMobileMode() {
return window.matchMedia("(max-width: 767px)").matches ||
/Mobi|Android|iPhone|iPad|iPod/i.test(navigator.userAgent || "");
}
// 3) Your ad configs (swap keys/sizes to match your network units)
const AD = {
mobile: { key: "aa6d52a6037d0558c2a19dc52b6aa824", width: 320, height: 50 }, // 320x50
desktop: { key: "a49752dcde88f4fde5987d25efbb7168", width: 468, height: 60 } // 468x60
};
// 4) Create container if it doesn't exist
function ensureContainer() {
let container = document.getElementById("ad-container");
if (!container) {
container = document.createElement("div");
container.id = "ad-container";
container.style.display = "none";
document.body.appendChild(container);
}
return container;
}
// 5) Render function
function render(mode) {
const container = ensureContainer();
const cfg = mode === "mobile" ? AD.mobile : AD.desktop;
// Set global atOptions for ad network
window.atOptions = {
key: cfg.key,
format: "iframe",
height: cfg.height,
width: cfg.width,
params: {}
};
// Clear previous ad/script then inject
container.innerHTML = "";
container.style.display = "block";
const s = document.createElement("script");
s.src = `//selfportraitproved.com/${cfg.key}/invoke.js`;
s.async = true;
container.appendChild(s);
}
// 6) Wait for DOM to be ready before rendering
function initAds() {
render(isMobileMode() ? "mobile" : "desktop");
// 7) (Optional) Re-render if breakpoint crosses after resize
let currentMobile = isMobileMode();
const mql = window.matchMedia("(max-width: 767px)");
if (mql.addEventListener) {
mql.addEventListener("change", (e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
} else if (mql.addListener) { // older browsers
mql.addListener((e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
}
}
// 8) Execute when DOM is ready
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", initAds);
} else {
initAds();
}
})();
Click Here To View Facts Table
Iris’ Bio; Parents, Family, Education
Iris Apatow, aged 17 was born on October 12, 2002, in Los Banos, California, United States. She is the youngest daughter of American filmmaker Judd Apatow and actress Leslie Mann.
Her father is the founder of Apatow Productions, through which he produced and directed films such as The 40-Year-Old Virgin, Knocked Up, Funny People, This Is 40, Trainwreck, and The King of Staten Island. Similarly, her mother is known for role in movies such as The Cable Guy, George of the Jungle, Big Daddy, The 40-Year-Old Virgin, Knocked Up, 17 Again, Funny People, This Is 40, and Blockers.
Apatow has an elder sister named Maude Apatow, who is also an actress. Iris attended Crossroads School for Arts & Sciences, a private college preparatory school in Santa Monica, California.
Her Movies & TV Shows, Net Worth
Iris made her acting debut at age five, playing a child role of Charlotte in the comedy movie Knocked Up. She appeared alongside her mother and sister in the movie directed by her father. Later, she reprised the role in its 2012 sequel This Is 40.
Get To Know: Shelby Simmons; Age, Parents, Height
Moreover, in 2009, Apatow appeared as Ingrid in the comedy movie Funny People. She made her acting breakthrough in the role of Arya Hopkins in the romantic comedy web series Love, co-created by her father.
👉 For more insights, check out this resource.
The young actress’ earnings and net worth is yet to be revealed. Meanwhile, her father has a net worth of $90 million and her mother enjoys the net worth of an estimated $20 million.
👉 Discover more in this in-depth guide.
Personal Life; Dating Status
The 17-year-old has not revealed her dating status in public. However, back in 2017, she did something new on National Boyfriend Day.
Iris edited the pictures with her different celebrity crushes. Her pictures include actors Chris Hemsworth, Cole Sprouse, and YouTuber Alex Ernst.
Look For: Ola Farahat; Age, Dad, Nationality
Height & Body Statistics
Iris stands 5 feet 7 inches (1.7 meters) tall and weighs about 110 lbs (50 kg). She has a blonde hair and her eye color is grey.
Bio & Family |
Name | Iris Apatow |
Birth Name | Iris Apatow |
DOB | October 12, 2002 |
Place of Birth | Los Banos, California, United States |
Father’s Name | Judd Apatow |
Mother’s Name | Leslie Mann |
Siblings | One |
Brother/s | None |
Sister/s | Maude Apatow |
Nationality | American |
Ethnicity | Mixed |
Religion | Judaism |
Birth Sign | Libra |
High School | Crossroads School for Arts & Sciences |
College/University | NA |
Career & Net Worth |
Profession | Actress |
Career | 2007-present |
Known For | Knocked Up, This Is 40, Love |
Net Worth | NA |
Salary | NA |
Notable Credits | NA |
Personal Life |
Gay/Lesbian | No |
Relationship Status | Single |
Husband/Wife | Not Yet |
Boyfriend/Girlfriend | Not Yet |
Engaged | Not Yet |
Wedding Date | NA |
Children | Not Yet |
Son/s | Not Yet |
Daughter/s | Not Yet |
Divorce | Not Yet |
Body Statistics |
Height | 5 feet 7 inches (1.7 meters) |
Weight | 110 lbs (50 kg) |
Measurements | 32-26-32 inches |
Shoe Size | NA |
Dress Size | NA |
Hair Color | Blonde |
Eye Color | Grey |
Trivia |
- Iris is of Ashkenazi Jewish ethnicity from her father’s side and her mother is of Irish, German, Scottish, and Finnish descent.
- In 2017, she appeared in a music video of Spendtime Palace’s song, “Sonora.”
- Her father published his fourth book, Sick in the Head: Conversations About Life and Comedy in 2015.
- She lent her voice in the 2016 American-Canadian animated comedy film Sausage Party.
|