More
    HomeGossip & NewsReese Witherspoon: 'Holidays Are Just Better With Dogs!'

    Reese Witherspoon: ‘Holidays Are Just Better With Dogs!’

    []

    Puppy love! Reese Witherspoon is the ultimate dog lover and she wants everyone to know it.

    Whether she’s posing with dogs on set — like she frequently did as Elle Woods in the Legally Blonde franchise with her BFF Bruiser Woods — or is cuddling up her own pets (she has a few), Witherspoon is a true animal friend.

    Throughout the years, the Big Little Lies star and producer has taken her love of canines to the next level by consistently sharing photos of her family of dogs via social media.

    The Sweet Home Alabama actress has a long history of naming her animals after celebrities, like her current Labrador, Hank, named after country singer Hank Williams.

    The Draper James founder once had an English bulldog named Frank Sinatra after the “Come Fly With Me” crooner and a French bulldog named Coco Chanel for the legendary designer.

    Witherspoon takes her Instagram followers along with her through her daily duties as a pet owner, shows of her dogs’ adorable faces and frequently posts photos of them in costumes.

    { let bidders = [‘a9’, ‘ix’, ‘iris’]; // create a requestManager to keep track of bidder state to determine when to send ad server // request and what amazonSlots to request from the ad server var requestManager = { adserverRequestSent: false, }; //loop through bidder array and add the bidders to the request manager: bidders.forEach( function( bidder ) { requestManager[bidder] = false; } ); // return true if all bidders have returned function allBiddersBack() { var allBiddersBack = bidders // get the booleans from the object .map( function( bidder ) { return requestManager[bidder]; } ) // get rid of false values – indicates that the bidder has responded .filter( Boolean ) // if length is equal to bidders, all bidders are back .length === bidders.length; return allBiddersBack; } // handler for header bidder responses function headerBidderBack( bidder ) { // return early if request to adserver is already sent if ( requestManager.adserverRequestSent === true ) { return; } // flip bidder back flag if ( bidder === ‘a9’ ) { requestManager.a9 = true; console.log(‘second promise a9 ready’); } else if ( bidder === ‘ix’ ) { requestManager.ix = true; console.log(‘second promise ix ready’); } else if ( bidder === ‘iris’ ) { requestManager.iris = true; console.log(‘second promise iris ready’); } // if all bidders are back, send the request to the ad server if ( allBiddersBack() ) { resolve( url ); } } if ( typeof apstag == ‘object’ && apstag ) { apstag.fetchBids({ slots: [{ slotID: window.prerollTag[vHash], mediaType: ‘video’ }] }, function( bids ) { console.log( “AMI jwp amazon bid callback”, new Date().getTime(), bids ); window.jwpBids[vHash].amazon = true; if ( bids.length > 0 ) { //If we have received any bids back try { console.log(“AMI jwp amazon bid request ad”, bids[0].encodedQsParams); url = url + ‘&scp=’ + bids[0].encodedQsParams; } catch ( e ) { console.log(e); } } else { console.log(“AMI jwp amazon no bids”); } headerBidderBack(‘a9’); }); } else { headerBidderBack(‘a9’); } headertag.cmd.push( function() { headertag.retrieveVideoDemand( [{‘htSlotName’: ‘preroll’}], function( demand ) { console.log( “AMI jwp IX callback”, demand ); if ( ‘undefined’ !== typeof demand.preroll && demand.preroll.length ){ window.jwpBids[vHash].ixBids = demand.preroll[0].targeting.price; console.log( ‘AMI jwp IX Bids’, new Date().getTime(), demand.preroll[0].targeting ); var vastURL = new URL( url ); var vastParams = new URLSearchParams( vastURL.search ); if ( vastParams.has( ‘cust_params’ ) ) { var custParams = new URLSearchParams( vastParams.get( ‘cust_params’ ) ); } else { var custParams = new URLSearchParams(); } var keys = Object.keys( demand.preroll[0].targeting.price ); for ( var key of keys ) { custParams.set( key, demand.preroll[0].targeting.price[key][0]); } vastParams.set( ‘cust_params’, custParams.toString() ); vastURL.search = vastParams.toString(); url = vastURL.toString(); } headerBidderBack(‘ix’); } ); } ); // Get main item context data window.irisContext.getContext(jwplayer(el).getPlaylistItem().mediaid).then(function(data) { // Encode the context data console.log( ‘AMI jwp IrisTV Bids’, new Date().getTime(), data.context ); // Replace the server url with the context data (this is for simple ad requests), // If you have the serverUrl dynamically configured, then you will need to append the context data // under cust_params, so this is just for testing purpose if ( data.context && Object.keys( data.context ).length ) { var vastURL = new URL( url ); var vastParams = new URLSearchParams( vastURL.search ); if ( vastParams.has( ‘cust_params’ ) ) { var custParams = new URLSearchParams( vastParams.get( ‘cust_params’ ) ); } else { var custParams = new URLSearchParams(); } custParams.set( ‘iris_context’, data.context.join(‘,’)); vastParams.set( ‘cust_params’, decodeURIComponent( custParams.toString() ) ); vastURL.search = vastParams.toString(); url = vastURL.toString(); } headerBidderBack(‘iris’); }); setTimeout(function(){ resolve( url ); }, 10000); }); } var player_jwplayer_Wavd5GLY_l3ahXupL_div = jwplayer(el).setup(videoParams).on(“ready”, function(){ var el = decodeURIComponent( “jwplayer_Wavd5GLY_l3ahXupL_div” ); var playerInstance = jwplayer(el); ns_.StreamingAnalytics.JWPlayer( playerInstance, { publisherId: “6036076”, labelmapping: “ns_st_pu=”AMI”, c3=”Us Weekly”, ns_st_ge=”” + decodeURIComponent( “%2Anull” ) + “”, ns_st_ia=”” + decodeURIComponent( “%2Anull” ) + “”, ns_st_ce=”” + decodeURIComponent( “1” ) + “”, ns_st_ddt=”” + decodeURIComponent( “%2Anull” ) + “”, ns_st_tdt=”” + decodeURIComponent( “%2Anull” ) + “””, }); }).on(‘adsManager’, (e) => { var vHash = ‘ami’ + decodeURIComponent( ‘Wavd5GLY’ ); const { adsManager, videoElement } = e; const iasConfig = { anId: ‘928572’, campId: `${jwplayer().getWidth()}x${jwplayer().getHeight()}`, // This is dynamic based on player dimensions, but can be hard coded chanId: window.prerollTag[vHash], placementId: ‘Open Auction’, pubOrder: ‘Video’, pubId: ‘Direct’ }; if (googleImaVansAdapter) { googleImaVansAdapter.init(window.google, adsManager, videoElement, iasConfig); } }).on( ‘time’, function( e ) { var id = this.id; var pct = Math.round( e.position ); if ( ! window.amiPlayersData ) { window.amiPlayersData = {}; } if ( ! window.amiPlayersData[id] ) { window.amiPlayersData[id] = { m3: false, m10: false }; } if ( window.amiPlayersData[id][‘m3’] === false && pct >= 3 ) { window.amiPlayersData[id][‘m3’] = true; console.log( ‘3sec played: ‘, id ); window.dataLayer = window.dataLayer || []; dataLayer.push( {event: ‘JWPlayEvent’, jwTime: ‘3s played’} ); } if ( window.amiPlayersData[id][‘m10’] === false && pct >= 10 ) { window.amiPlayersData[id][‘m10’] = true; console.log( ’10sec played: ‘, id ); window.dataLayer = window.dataLayer || []; dataLayer.push( {event: ‘JWPlayEvent’, jwTime: ’10s played’} ); } }).on( ‘complete’, function( e ) { if ( window.amiPlayersData && window.amiPlayersData[ this.id ] ) { window.amiPlayersData[ this.id ][‘m3’] = false; window.amiPlayersData[ this.id ][‘m10’] = false; console.log( ‘clear played: ‘, this.id ); } }).once(“play”, function(){ var el = decodeURIComponent( “jwplayer_Wavd5GLY_l3ahXupL_div” ); var playerInstance = jwplayer(el); loadIrisPlugin(playerInstance, playerInstance.getConfig().plugins[“https://ovp.iris.tv/plugins/jwplayer/v2/iris-jwplayer8.adaptive.min.js”]) }).on(‘play’, (e) => { var el = decodeURIComponent( “jwplayer_Wavd5GLY_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “Wavd5GLY” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); // skip if the video was paused and trying to resume if (jwplayer(el).getState() !== ‘idle’ && jwplayer(el).getState() !== ‘complete’) { return; } window.permutive.track(“VideoPlay”, { play_id: el, //this will stay constant for all of the events emitted during the same video play video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “Wavd5GLY” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language:”English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video play”); }).on(‘complete’, (e) => { var el = decodeURIComponent( “jwplayer_Wavd5GLY_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “Wavd5GLY” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); // skip if the video was paused and trying to resume if (jwplayer(el).getState() !== ‘idle’ && jwplayer(el).getState() !== ‘complete’) { return; } window.permutive.track(“VideoComplete”, { play_id: el, //this will stay constant for all of the events emitted during the same video play video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “Wavd5GLY” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video event:”, e); window.lock_25 = false; window.lock_50 = false; window.lock_75 = false; window.lock_100 = false; }).on(‘time’, (e) => { var el = decodeURIComponent( “jwplayer_Wavd5GLY_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “Wavd5GLY” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); var progress = (e.currentTime/e.duration).toFixed(2); if ( (0.25 === progress && false === window.lock_25) || (0.5 === progress && false === window.lock_50) || (0.75 === progress && false === window.lock_75) || (100 === progress && false === window.lock_100) ) { window.permutive.track(“VideoProgress”, { play_id: el, //this will stay constant for all of the events emitted during the same video play progress: Number(progress), video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “Wavd5GLY” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); if ( 0.25 === progress ) { window.lock_25 = true; } if ( 0.5 === progress ) { window.lock_50 = true; } if ( 0.75 === progress ) { window.lock_75 = true; } if ( 1 === progress ) { window.lock_100 = true; } console.log(“Permutive video play progress ” + progress); } }).on(‘mute’, (e) => { var el = decodeURIComponent( “jwplayer_Wavd5GLY_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “Wavd5GLY” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); window.permutive.track(“VideoEvent”, { play_id: el, //this will stay constant for all of the events emitted during the same video play event: (e.mute) ? “sound off” : “sound on”, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “Wavd5GLY” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() } }); console.log(“Permutive video event:”, e); }).on(‘fullscreen’, (e) => { var el = decodeURIComponent( “jwplayer_Wavd5GLY_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “Wavd5GLY” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); window.permutive.track(“VideoEvent”, { play_id: el, //this will stay constant for all of the events emitted during the same video play event: (e.fullscreen) ? “fullscreen on” : “fullscreen off”, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “Wavd5GLY” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() } }); console.log(“Permutive video event:”, e); }).on(‘ready’, (e) => { var el = decodeURIComponent( “jwplayer_Wavd5GLY_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “Wavd5GLY” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); console.log(jwInfo); window.lock_25 = false; window.lock_50 = false; window.lock_75 = false; window.lock_100 = false; window.permutive.track(“VideoLoad”, { play_id: el, //this will stay constant for all of the events emitted during the same video play video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “Wavd5GLY” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video load event”); }).on(‘adPlay’, (e) => { var el = decodeURIComponent( “jwplayer_Wavd5GLY_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “Wavd5GLY” ); window.adInfo = e; var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); window.adlock_25 = false; window.adlock_50 = false; window.adlock_75 = false; window.adlock_100 = false; window.permutive.track(“VideoAdPlay”, { play_id: el, //this will stay constant for all of the events emitted during the same video play ad: { duration: Math.round(window.adInfo.duration), creative_name: window.adInfo.adtitle, ad_id: window.adInfo.adId, title: window.adInfo.adtitle, video_type: “instream” //outstream }, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “Wavd5GLY” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video ad play”); }).on(‘adClick’, (e) => { var el = decodeURIComponent( “jwplayer_Wavd5GLY_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “Wavd5GLY” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); window.permutive.track(“VideoAdClick”, { play_id: el, //this will stay constant for all of the events emitted during the same video play ad: { duration: Math.round(window.adInfo.duration), creative_name: window.adInfo.adtitle, ad_id: window.adInfo.adId, title: window.adInfo.adtitle, video_type: “instream” //outstream }, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “Wavd5GLY” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video ad click”); }).on(‘adTime’, (e) => { var el = decodeURIComponent( “jwplayer_Wavd5GLY_l3ahXupL_div” ); var vHash = “ami” + decodeURIComponent( “Wavd5GLY” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); var progress = (e.position/e.duration).toFixed(2); if ( (0.25 >= progress && false === window.adlock_25) || (0.5 >= progress && false === window.adlock_50) || (0.75 >= progress && false === window.adlock_75) || (0.95 >= progress && false === window.adlock_100) ) { window.permutive.track(“VideoAdProgress”, { play_id: el, //this will stay constant for all of the events emitted during the same video play progress: Number(progress), ad: { duration: Math.round(window.adInfo.duration), creative_name: window.adInfo.adtitle, ad_id: window.adInfo.adId, title: window.adInfo.adtitle, video_type: “instream” //outstream }, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “Wavd5GLY” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); if ( 0.25 >= progress ) { window.adlock_25 = true; } if ( 0.5 >= progress ) { window.adlock_50 = true; } if ( 0.75 >= progress ) { window.adlock_75 = true; } if ( 0.95 >= progress ) { window.adlock_100 = true; } console.log(“Permutive video ad progress ” + progress); } }).setPlaylistItemCallback(function(item, index) { return waitForAmazon // Wait until Amazon is loaded. .then(() => performAsyncBidding( player_jwplayer_Wavd5GLY_l3ahXupL_div, item, index ), () => { console.log(“AMI JWP bidding FAILER”); }) // External bidding. .then(tag => { // Update the playlist item. console.log(“AMI jwp new headerbid”, tag); return Object.assign({}, item, { adschedule: [{ tag, offset: “pre” }] }); }).catch(function(e){ console.log(“AMI jwp bidding failed”, e); return item; }); // If bidding fails, use unmodified playlist item. });; clearInterval(checkJWReady); } }, 500); })(); ]]>

    Currently, her newsfeed is overflowing with photos of four puppies, Hank, American bulldog Lou, French bulldog Minnie Pearl and black Labrador Major.

    In November 2020, Minnie Pearl joined the Witherspoon family as its latest addition. She was introduced to her Instagram followers less than a month after the Walk the Line actress revealed that the family’s other French bulldog Pepper had passed away.

    Lou, for his part, joined the squad in June 2019 two months after Witherspoon’s longtime pup, a German Shepherd named Nash, died. Major was introduced to fans in January 2021.

    The New Orleans native is also mother to three children, Ava and Deacon, whom she shares with ex-husband Ryan Phillippe, and Tennessee, whom she shares with husband Jim Toth.

    Scroll below to see all of The Morning Show star’s adorable pupdates over the years.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram (3)

    Reese Witherspoon’s ‘Pupdates’ Are What Every Dog Lover Needs to See: Photos

    Puppy love! Reese Witherspoon is the ultimate dog lover and she wants everyone to know it. Whether she’s posing with dogs on set — like she frequently did as Elle Woods in the Legally Blonde franchise with her BFF Bruiser Woods — or is cuddling up her own pets (she has a few), Witherspoon is a true animal friend. Throughout the years, the Big Little Lies star and producer has taken her love of canines to the next level by consistently sharing photos of her family of dogs via social media. The Sweet Home Alabama actress has a long history of naming her animals after celebrities, like her current Labrador, Hank, named after country singer Hank Williams. The Draper James founder once had an English bulldog named Frank Sinatra after the “Come Fly With Me” crooner and a French bulldog named Coco Chanel for the legendary designer. Witherspoon takes her Instagram followers along with her through her daily duties as a pet owner, shows of her dogs’ adorable faces and frequently posts photos of them in costumes. [jwplayer Wavd5GLY-l3ahXupL] Currently, her newsfeed is overflowing with photos of four puppies, Hank, American bulldog Lou, French bulldog Minnie Pearl and black Labrador Major. In November 2020, Minnie Pearl joined the Witherspoon family as its latest addition. She was introduced to her Instagram followers less than a month after the Walk the Line actress revealed that the family’s other French bulldog Pepper had passed away. Lou, for his part, joined the squad in June 2019 two months after Witherspoon’s longtime pup, a German Shepherd named Nash, died. Major was introduced to fans in January 2021. The New Orleans native is also mother to three children, Ava and Deacon, whom she shares with ex-husband Ryan Phillippe, and Tennessee, whom she shares with husband Jim Toth. Scroll below to see all of The Morning Show star’s adorable pupdates over the years. [podcast_block]

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram (3)

    Reese Witherspoon’s ‘Pupdates’ Are What Every Dog Lover Needs to See: Photos

    Puppy love! Reese Witherspoon is the ultimate dog lover and she wants everyone to know it. Whether she’s posing with dogs on set — like she frequently did as Elle Woods in the Legally Blonde franchise with her BFF Bruiser Woods — or is cuddling up her own pets (she has a few), Witherspoon is a true animal friend. Throughout the years, the Big Little Lies star and producer has taken her love of canines to the next level by consistently sharing photos of her family of dogs via social media. The Sweet Home Alabama actress has a long history of naming her animals after celebrities, like her current Labrador, Hank, named after country singer Hank Williams. The Draper James founder once had an English bulldog named Frank Sinatra after the “Come Fly With Me” crooner and a French bulldog named Coco Chanel for the legendary designer. Witherspoon takes her Instagram followers along with her through her daily duties as a pet owner, shows of her dogs’ adorable faces and frequently posts photos of them in costumes. [jwplayer Wavd5GLY-l3ahXupL] Currently, her newsfeed is overflowing with photos of four puppies, Hank, American bulldog Lou, French bulldog Minnie Pearl and black Labrador Major. In November 2020, Minnie Pearl joined the Witherspoon family as its latest addition. She was introduced to her Instagram followers less than a month after the Walk the Line actress revealed that the family’s other French bulldog Pepper had passed away. Lou, for his part, joined the squad in June 2019 two months after Witherspoon’s longtime pup, a German Shepherd named Nash, died. Major was introduced to fans in January 2021. The New Orleans native is also mother to three children, Ava and Deacon, whom she shares with ex-husband Ryan Phillippe, and Tennessee, whom she shares with husband Jim Toth. Scroll below to see all of The Morning Show star’s adorable pupdates over the years. [podcast_block]

    Reese Witherspoon: 'Holidays Are Just Better With Dogs!'

    Credit: Courtesy of Reese Witherspoon/Instagram

    Christmas With Canines

    “Holidays are just better with dogs ! Lots of dogs,” Witherspoon captioned several photos of Major and Minnie on Christmas Eve in 2022.

    Reese Witherspoon’s ‘Pupdates’ Are What Every Dog Lover Needs to See- Photos 203

    Credit: Courtesy of Reese Witherspoon/Instagram

    Festive Spirit

    “It’s time for Christmas sweaters!” the Busy Betty author captioned a November 2022 Instagram Story snap of her French bulldog all dressed up for the winter season. “She is not happy .”

    Life’s Better With Her Pups! Reese Witherspoon’s Sweetest Snaps With Dogs

    Credit: Courtesy of Reese Witherspoon/Instagram

    Dog Mama

    “Life is just better with dogs 🥰,” the Hello Sunshine founder wrote via Instagram in August 2022.

    Reese Witherspoon Shares Sweet Snap Daughter Ava With Family Dogs

    Credit: Courtesy Reese Witherspoon/Instagram

    Her Three Babies

    “My crew ,” the Wild star captioned a January 2022 Instagram snap of daughter Ava and two of their family dogs. Ava, for her part, commented, “️.”

    Reese Witherspoon Matching Striped Sweater Dog

    Credit: Courtesy of Reese Witherspoon/Instagram

    Matching Moment

    Witherspoon posed in a matching striped sweater with her pup in January 2022.

    “I’ve lost the plot,” she joked via Instagram.

    Reese Witherspoons Sweetest Moments With Her Dogs

    Credit: Courtesy of Reese Witherspoon/Instagram

    Perfect Pillow

    “Cuddle puddle 🥰,” Witherspoon wrote via Instagram in December 2021 while snuggling up to a fully-grown Major.

    Reese Witherspoon Son Tennessee with Major the Lab Puppy and Wearing Minnie Pearl tshirt

    Credit: Courtesy Reese Witherspoon/Instagram

    Brotherly Love

    Witherspoon said her new puppy, Major, is her son Tennessee’s “best bud” in a sweet Instagram photo in January 2021. She also pointed out her son’s T-shirt, which featured a photo of the family’s other pup, Minnie Pearl. 

    Reese Witherspoon lab

    Credit: Courtesy of Reese Witherspoon/Instagram

    Hello, Handsome!

    The actress introduced fans to the family’s newest addition, a black Labrador named Major, in January 2021.

    Reese Witherspoon’s ‘Pupdates’ Are What Every Dog Lover Needs to See: Photos

    Credit: Courtesy of Reese Witherspoon/Instagram

    New Trend?

    The Oscar winner shared a photo on Instagram showing her puppy, Minnie, hitching a ride in her hoodie. “My little hood baby dog #minniepearl,” Witherspoon captioned the pic and later shared a video with KBFR’s “Hood Baby” playing. “Starting a new trend??” she asked. “Adorable!!” Catherine Zeta-Jones commented, while January Jones wrote, “Omg I want a puppy so bad. How many dogs are too many exactly?” “The limit does not exist,” a fan replied.

    Reese Witherspoon Adds a New Puppy to Her Squad!

    Credit: Courtesy of Reese Witherspoon/Instagram

    New Pup on the Block

    The Draper James founder introduced her fans to the family’s newest member, Minnie Pearl, in November 2020, weeks after announcing the death of their dog Pepper. “Welcome to the family little one ️,” Witherspoon caption the snap of the squad’s new bulldog, who is named after country legend and comedian Minnie Pearl (real name Sarah Ophelia Colley Cannon).

    Reese Witherspoon's Sweetest Moments With Her Dogs

    Credit: Courtesy Reese Witherspoon/Instagram

    In Loving Memory

    Witherspoon announced in October 2020 that Pepper had passed away after battling cancer for months. “My goodness, she was such a loyal and devoted family member. I am so heartbroken, but I am also deeply grateful for all the love and comfort she brought our family,” she wrote at the time. “Now she’s in dog heaven where all great pets go. Chasing tennis balls, running through open fields of wild flowers and being the Queen that she is. That’s what I believe. We will always love you, sweet Pepper.”

    Reese Witherspoon Pupdates Are What Every Dog Lover Needs See Bulldog Blue

    Credit: Courtesy Reese Witherspoon/Instagram

    Bulldog Blues

    In August 2020, the Little Fires Everywhere star shared a golden hour selfie with her bulldog Lou, who gave the camera a menacing look. “This is his excited face….️,” Witherspoon teased via Instagram.

    Reese Witherspoon Pupdates

    Credit: Courtesy Reese Witherspoon/Instagram

    Keeping It Casual

    “Same, Pepper. Same. #mood 🤪 ,” she captioned a picture of her dog chilling on a striped towel.

    Reese Witherspoon Pupdates

    Credit: Courtesy Reese Witherspoon/Instagram

    Two Peas in a Pod

    Witherspoon shared a photo showing her and her pup munching on donuts together, writing, “Everyday is better with donuts and dogs.   .”

    Reese Witherspoon dog

    Credit: Courtesy of Reese Witherspoon/Instagram

    Girl’s Best Friend

    “Lou understands me.️,” Witherspoon wrote via Instagram on a snap of herself chilling with Lou the bulldog, reading the paper and sipping coffee on a sunny morning in April 2020.

    Dog Looking at Laptop Reese Witherspoons Pupdates

    Credit: Courtesy Reese Witherspoon/Instagram

    Home Sweet Pup

    Lou joined the Morning Show star on her work chats and video calls while working at home in April 2020.

    Dog in the Kitchen Reese Witherspoons Pupdates

    Credit: Courtesy Reese Witherspoon/Instagram

    Kitchen Helper

    “I think he’s already sick of my cooking,” Witherspoon joked via Instagram in March 2020, on a photo of Lou giving attitude in the kitchen.

    Tennessee Snuggling with Dog Reese Witherspoons Pupdates

    Credit: Courtesy Reese Witherspoon/Instagram

    Man’s Best Friend

    “At least we have dogs!️,” the mother of three wrote alongside a photo of her bulldog cozying up to her youngest son, Tennessee, in March.

    Sinus Infection Sick Day with Tennessee and and Dog Reese Witherspoons Pupdates

    Credit: Courtesy Reese Witherspoon/Instagram

    Sick Day Buddies

    “Is this how you cure a sinus infection? 🤒 #sickday,” the actress captioned a snap of her son and two of their dogs snuggling up with her while lounging on the couch in February 2020.

    Reese Witherspoon’s Pupdates Nap Time

    Credit: Courtesy of Reese Witherspoon/Instagram

    Snooze Buddies

    The actress shared an adorable photo of her son Tennessee taking a nap with their pups Lou and Hank, via her Instagram Stories on February 19, 2020.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Three’s Company

    In February 2020, the Wild actress shared a new “pupdate” via Instagram writing, “Can you guess which one ate the remote control this morning? (culprits from left to right: Hank, Pepper and Lou) ”

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Home Is Where the Dogs Are

    Witherspoon’s kids had a perfect Saturday morning thanks to their three pups in January 2020.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Frenchie-Approved

    Pepper showed off all her Frenchie-approved products before Christmas in December 2019 and he was an instant Instagram hit.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    All Hallows Eve

    “I keep telling them, trick-or-treating doesn’t start until next week guys!” the Southern belle wrote via Instagram in October 2019 on the photo of her three dogs, Lou, Pepper and Hank.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Super Pup

    “I mean, come on… have you ever seen a more handsome superhero?” the Walk the Line actress captioned this Halloween photo of Lou in October 2019.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Poolside Pooch

    “Pupdate: Lou ate the left corner of a pool float,” Witherspoon shared via Instagram in August 2019. “I guess it was delicious…”

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Ready for His Close-Up

    In July 2019, the actress shares another pupdate via social media writing, “Today, Lou ate my favorite sneaker … but just the left one.”

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Mama’s Girl

    “Pepper thinks there’s bacon in my purse…🥓” the Big Little Lies star joked via Instagram in July 2019.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Welcome to the Squad

    In June 2019, Witherspoon introduced her followers to the newest member of her family … Lou the bulldog!

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Here’s Looking at You, Pup!

    “Friends don’t let friends drink alone. Right, Pepper?? #WineWednesday #sheprefersred #frenchielove ️” the A Wrinkle in Time actress wrote via Instagram in March 2019.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Homebodies

    In February 2019, Witherspoon gave a shout-out to Pepper, Nash and Hank via social media. “So glad I get to come home to these faces every single day! ️ #LoveYourPetDay,” she wrote.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Begging for Treats

    “Who doesn’t like biscuits?” the Whiskey in a Tea Cup author captioned the February 2019 photo.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Christmas Cutie

    “Just patiently waiting for Santa…#pepper #lovemybulldog ️” Witherspoon wrote alongside a photo of Pepper sitting by the Christmas tree in December 2018.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Twinning

    “French flags, French bulldogs , French wine all day! Vive la France 🇫🇷! #WorldCup,” the mother of three captioned her festive snap in July 2018.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Forever Family

    “Heard it’s #NationalPetDay today… but let’s be honest, every day is National Pet Day! Love my squad,” the Sweet Home Alabama actress wrote in April 2018 alongside a photo of Nash, who passed away the following April.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    What, Like It’s Hard?

    Pepper channeled her inner Elle Woods during an April pool day in 2018.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Festive Feels

    “Gotta ️ a festive dog sweater! #LoveMyLab,” Witherspoon wrote via Instagram in December 2017.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Naughty or Nice?

    The Draper James founder got help decorating for the holidays thanks to Pepper and Hank in November 2017.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Happy Fall, Y’all

    “Coffee, with a little Pepper. ️,” The Morning Show star captioned a Sunday Funday snap in November 2017.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Beanie Babe

    “Have you ever seen a cuter #BeanieBaby? ️ #LoveMyLab,” Witherspoon wrote on a Halloween snap of herself and Hank dressed up in 2017.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Frenchie Fry

    “I don’t know about y’all, but I prefer a little Pepper in my #FrenchieFries! #PepperPortraits #PepperPoses #HappyHalloween,” the Hello Sunshine founder wrote alongside photos of Pepper in costume on Halloween in 2017.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Fun in the Sun

    “Hank enjoying the last days of summer ️#lovemylab,” Witherspoon wrote on a photo of her lab in August 2017.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Best Buds

    “Celebrating our loyal dog Pepper on #nationalpetday! (Enjoying cuddle time with her best friend Tennessee .),” Witherspoon wrote via Instagram in April 2017. “She lets us chase her, squish her funny face, and take her picture at least one million times a day. We love you, ! #FrenchieLove #PepperPortraits.”

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Packing Pro

    “I think somebody’s trying to tell me they want to go on #SpringBreak with us … ️ #PackingWithPepper #PepperPortraits,” the Cruel Intentions actress wrote on a photo of Pepper in her suitcase in March 2017.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Set Life

    “We get mistaken for sisters all the time … #ProudMom,” Witherspoon captioned a sweet set photo from Home Again in November 2016.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    All Wrapped Up

    Pepper got into the holiday spirit the day after Thanksgiving in November 2016 — matching her bow to the gifts around her.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Team USA

    Pepper joined her mom in rooting on team USA during the Summer 2016 Olympics wearing a cute bandana to show off her team spirit.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Hello, There

    In April 2016, the producer added Pepper the Frenchie to her pup-filled home.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Bacon!

    “Why my dogs ️Sundays… BACON! #nash #hankthedog #doglife,” Witherspoon wrote via Instagram on the August 2015 snap.

    Reese Witherspoon’s Pupdates Are What Every Dog Lover Needs to See

    Credit: Courtesy of Reese Witherspoon/Instagram

    Floating Around

    Hank spent Memorial Day Weekend in May 2015 lounging on a pool float at his home in California.

    In order to view the gallery, please allow Manage Cookies

    Read The Full Article Here

    RELATED ARTICLES
    - Advertisment -

    Most Popular

    Chrissy Teigen Says She ‘Saw’ Late Son Jack During Ketamine Therapy Session
    Tori Spelling and Her Kids Have a Family Night Out at Jingle Ball
    Jeezy Denies Cheating as Jeannie Mai Notes Prenup’s Infidelity Clause 
    Britney Spears Rushes to Vet With Dog On Her 42nd Birthday – Hollywood Life
    The Best Upcoming Movies 2023 (New Trailers)
    New TV Shows & Movies Being Added
    First ‘Fallout’ TV Trailer Emerges From the Vault
    Salaar Official Picture Review Reaction | Salaar Poster Review | Salaar Latest News | Prabhas
    Hisense Tornado QLED TV | Hisense E7K Pro TV | Best TV in 2023
    Everything We Know About Season 3 So Far
    House of the Dragon Season 2 Teaser Trailer Sets Up the Mother of All Wars
    Good On Paper | Official Trailer | Netflix
    Power Trip Members Play First Gig Since Riley Gale Passing
    Power Trip Reunite in Texas for Surprise Set
    J Balvin Unveils 2024 Tour & More Uplifting Moments in Latin Music – Billboard
    AI Hetfield Sings That One Christmas Hit Everyone Loves to Hate
    Book Riot’s YA Book Deals of the Day for December 2, 2023
    HOW TO LOVE A GRANDMA
    Crime, Family Dynamics, the Life of Actors and More in Best Biography & Memoir on Audio
    Book Riot’s Deals of the Day for December 1, 2023
    Cynthia Erivo’s Valentino Look at Alvin Ailey Opening Gala
    Fenty x Puma Creeper Sneakers Are Back + More Fashion News
    The Best Sequin Trousers to Wear This Party Season
    Cuyana System Tote Review | POPSUGAR Fashion
    Fallout Series Drops New Trailer!
    NEW Horror and Thriller Movies and TV shows to stream July 2023 | VOD What’s New Netflix Hulu & More
    Michael Joy announced at Vice President of FEAR VILLAGE horror attraction
    Human Skulls Stolen From Church for Sale on Black Market