A plus-size TikTok content creator, who calls herself "big curvy Olivia" shared a video on TikTok on May 18, 2023, calling out United Airlines for designing narrow aisles. Olivia referred to the narrow aisles as "discrimination" and said that since she weighs over 50 stone (700 pounds), she couldn't fit down the aisle. She faced a lot of backlash when people saw the video.
Although the TikToker seems to have deleted her account after all the backlash, the news along with the video was shared on Twitter by the Daily Loud.
While a few people agreed with the TikToker when she said that airlines should design plane aisles, others took it as an opportunity to fat-shame her. Some people also people who had some suggestions for her. A user named @sophieaquario even stated that while they supported body positivity, what Olivia said was "just entitlement."
Internet criticizes "Big Curvy Olivia" over airplane aisle video
Apart from the backlash and the fat-shaming, several netizens left a lot of disrespectful and negative remarks for Olivia and her request. Others also criticized her and called her entitled. There were some others who also gave her suggestions on what she could have done, telling her what they did when they were on flights.
While some agreed with Big Curvy Olivia's note on the design of the plane aisles, some tried to joke and claim that airlines should be accommodating to tall people. A few others, who also have curvy physiques, shared that they also face similar problems with narrow airline passages
Others provided reasonable explanations to narrow aisle
Before she deleted the video and deactivated her TikTok account, Big Curvy Olivia wrote:
Honestly it's discrimination that they can't build wider aisles in airplanes in 2023."Olivia posted the video as she demonstrated the challenge she faced while boarding a United Airlines plane. She had to walk past the premium cabin which features lie-in beds and suite-like facilities for the passengers' privacy. Big Curvy Olivia could not get past the privacy dividers because her hips got stuck.
She shared how she had to turn sideways in between the dividers and twist her body to make her way through the narrow passage. Big Curvy Olivia also had to raise her arms up and force herself to get to the galley before continuing to find her seat.
However, there were some people who argued that airlines made narrow aisles to be able to fit more seats in one flight and accommodate more passengers at once. They said that if airlines made bigger passages, they wouldn't be able to fly so many people at the same time and it would have required more planes, thus more expenses. They argued that narrow aisles are economic.
Since Big Curvy Olivia spoke about discrimination based on size, some also said that it wasn't possible to account for every shape or size. They said that it would be near impossible to do so while trying to keep a low-expense budget and provide seats for more people.
They said that while they didn't mean to be rude or mean, Olivia's size was pretty uncommon. They said that it was practically absurd to expect airlines to design seats and aisles with her exact size in mind.
They stated that if airlines were to make things fair, passengers would have had to pay for their tickets based on how much they weigh. Netizens said that it would be similar to how shipping charges for packages were determined by their weights.
They said that this system would make it easier for families with children to travel as a child weighing less than 40 lbs shouldn't have to pay the same amount as someone weighing 200 lbs.
Plus-size influencer made a petition against airlines discrimination
In another instance from April 2023, a social media influencer Jae'lynn Chaney, a plus-size influencer, demanded that the airlines provide better accommodation for larger passengers.
Chaney made an Instagram post about it as well. The influencer stated that it was unfair that plus-size travelers are compelled to pay for an extra seat and are humiliated for their size while flying.
Jae'lynn claimed that she and her fiancé received disapproving looks and hateful comments. She stated that some people even refused to sit next to them on their flight to Denver. Her petition was signed by more than 9,000 people.
More from Sportskeeda
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1515207, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1515207); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1515207) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1515207) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaKifpXqkwcutrKudX6OyuL%2BMrZ%2Biq12fwrTAjJ6lraGkobKusc2tZKmkpah6tLXZnmStoZupvKyx0WaZop9dmMKzwthmpqWhpp6ubq%2FOppysZZaev6Z50Z6orp2jqbavs4ywoJ2domKuqr%2FLnqpmqJyWu6a%2F