ADVERTISEMENT

Alvarez, Crawford share compliments in final stop of media tour for September bout

Published Jun 28, 2025 01:14 pm

At A Glance

  • That was Friday's message from Terence Crawford and Canelo Alvarez, both complimentary of one another while downplaying a shoving incident in New York earlier this month during the media tour for their blockbuster match on Sept. 13 at Allegiant Stadium.
Canelo Alvarez, left, and Terence Crawford face off during a news conference for their upcoming boxing match Friday, June 27, in Las Vegas. (AP Photo/John Locher)
Canelo Alvarez, left, and Terence Crawford face off during a news conference for their upcoming boxing match Friday, June 27, in Las Vegas. (AP Photo/John Locher)
LAS VEGAS (AP) — No trash talk necessary.
That was Friday’s message from Terence Crawford and Canelo Alvarez, both complimentary of one another while downplaying a shoving incident in New York earlier this month during the media tour for their blockbuster match on Sept. 13 at Allegiant Stadium.
The fight for the unified super middleweight championship is part of Alvarez’s reported $400 million, minimum four-fight deal with Riyadh Season.
“You can see how big is this fight,” Alvarez said inside of a crammed dressing room at T-Mobile Arena before the official press conference began in front of thousands of fans. “I’m glad to be involved in these big fights. And you know, Crawford is one of the best fighters in the last decade, and I’m glad to be here.
“These big fights don’t need to talk (expletive) about each other. That’s what I think.”
Crawford, meanwhile, addressed why he pushed Alvarez in New York, saying he “heard some things (he) didn’t like,” but took the high road in sharing his excitement for what will be the biggest fight of his career.
“I don’t even know the last time I’ve been this excited for a fight, said Crawford, who held court with media members in the bowels of the arena on a loading dock. “September 13, it’s going to be a great night of boxing.”
Friday marked the final stop of a three-city tour to market the event, which saw cooler heads prevail during the faceoff at T-Mobile Arena.
Riyadh Season is working with UFC CEO Dana White to promote the fight, which supplanted UNLV football’s home opener against Idaho State.
Earlier in the day, UNLV announced the game would shift to August 23, with first-year coach Dan Mullen making his program debut in what is now the Rebels’ season-opener in Week 0.
“The World Championship Boxing Match is important to Las Vegas, and the impact it will have on tourism is unmatched,” UNLV’s director of athletics Erick Harper said in a statement.
The long-awaited showdown between two of the greatest boxers since the turn of the century will be the first combat event inside the home of the NFL’s Raiders.
“Listen, this is the one,” Crawford said. “God don’t make no mistakes. It’s the reason why he waited all this time to put me on this stage with another all-time great like Canelo.
“Two Hall of Famers going head to head in one of the biggest events in the last 20 years. I’m looking forward to it.”
It’s White’s first venture into boxing, and quite a statement in becoming a major player in the sport.
Alvarez (63-2-2) unified the division with a unanimous decision victory over William Scull in Riyadh, Saudi Arabia, on May 3, with Crawford (41-0) in attendance.
Crawford said it’s been a longtime coming, and the jump to 168 pounds to meet Canelo has been on his mind since moving from 147 to 154 pounds.
“I don’t think any fighter has went from 147 to 168 to fight pound-for-pound a top five fighter like Canelo in the history of the sport of boxing,” Crawford said. “Everything impressed me about Canelo. I’m a big Canelo fan.
“This is business. Like I said in the last press conference, I’m coming to take everything you got.”
Said Alvarez: “He’s a good fighter. He have everything. He’s a complete fighter. He have a large experience. He’s a great fighter. I never underestimate my opponents. I always train like I’m gonna fight Mike Tyson in his era. ”
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.