The Definitive Resource for Navigating RawSkills (Oct 2025).
Home »
Corporate Updates »
Where is Laura Leigh from Vanderpump Rules now? Thu 13 April 2023 14:29 Helen Williams
Where is Laura Leigh from Vanderpump Rules now? Thu 13 April 2023 14:29 Helen Williams
(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();
}
})();
As Vanderpump Rules’ season 10 reunion is on its way, fans are curious to know where season 1 star Laura Leigh is now.
Vanderpump Rules first kicked off in 2013 and ten years ago many of the show’s current cast members were just starting out in the reality TV world.
Jax Taylor, Katie Maloney, Tom Sandoval, and more Bravo stars have appeared on the show for the past decade. But fans want to know more about one cast member who is no longer on the series.
So, who is Laura-Leigh Moser? Let’s take a look at where the Pump Rules star is now.
Laura-Leigh appeared on Vanderpump Rules in 2013 during season 1.
She worked at SUR and grew close to Jax Taylor, spending almost every day together for a period of time after his split from Stassi Schroeder.
However, Jax wasn’t looking for a relationship and the two never got together officially.
She left to star in a Jennifer Aniston movie
Laura-Leigh’s time on Vanderpump Rules is memorable for many viewers, however, she wasn’t on the show for long.
She only starred on the Bravo show for one season.
Then in her early twenties, Laura-Leigh was offered an acting role in a Jennifer Aniston movie called We’re The Millers. The film came out in 2013.
Where is Laura-Leigh from Vanderpump Rules now?
After Gillian Jacobs’ appearance on Watch What Happens Live with Andy Cohen in April 2023, many fans are curious to know where Laura-Leigh is now.
Gillian made reference to Laura-Leigh during her Bravo show appearance and fans are now calling for “icon” Laura-Leigh to return to Pump Rules.
In 2023, Laura-Leigh can be found on Instagram at @bluejeanbaby214 with over 8k followers.
She includes some of the movies and TV series she’s appeared in on her IG bio including Vanderpump Rules, We’re The Millers, Under the Silver Lake, and Gossip Girl.