91³Ô¹ÏÍø

Watch CBS News

Mets power past Marlins 10-4 in series opener with Alonso's grand slam

Pete Alonso hit a grand slam and the New York Mets beat the Miami Marlins 10-4 on Monday night.

Four homers fuel New York's 11-hit attack 

Starling Marte, Luis Torrens and Brandon Nimmo also went deep for the Mets, who finished with 11 hits in the opener of a three-game series. Every starter in the lineup had at least one.

New York left-hander David Peterson gave up two runs and five hits in six innings. Peterson (1-0) struck out nine and walked three.

Alonso's drive chased Miami starter Cal Quantrill (0-1) and highlighted a seven-run fifth. Torrens capped the outburst when he connected for a two-run shot off reliever George Soriano to put the Mets ahead 8-1.

Otto López's solo homer in the first gave the Marlins a quick lead before the Mets tied it on Marte's drive in the third.

The Marlins scored two in the ninth, ending a string of 11 2/3 scoreless innings by New York's bullpen to start the season.

Mets star shortstop Francisco Lindor sat out after his wife gave birth to the couple's third child. He made it to the ballpark in time for first pitch, but did not play.

Miami's Quantrill struggles, Peterson earns win for Mets 

Quantrill allowed six runs and eight hits over four-plus innings in his Marlins debut. The 30-year-old right-hander signed a one-year deal as a free agent Feb. 12.

After getting ahead 3-1 in the count against Quantrill, Alonso fouled off two consecutive sinkers. Quantrill then threw another sinker that Alonso drove 400 feet over the wall in right-center for his fourth career slam to make it 6-1.

Nimmo's two-run shot in the sixth gave him eight home runs at loanDepot Park, tying his most at any road ballpark. He also has eight at Philadelphia's Citizens Bank Park and Atlanta's Truist Park.

Mets RHP Kodai Senga makes his season debut Tuesday against 2022 NL Cy Young Award winner Sandy Alcántara (0-0, 3.86 ERA).

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });