Today's Digital Newspaper

The Gazette

Weather Block Here



How Broncos CB Riley Moss gained strength, confidence: ‘I’ve put on some good muscle’

ENGLEWOOD — Ask around at Broncos training camp and the buzz about cornerback Riley Moss is real.

“I actually heard he had a whole week that he didn’t allow any catches,” wide receiver Troy Franklin told The Denver Gazette after practice Wednesday at Broncos Park.

Moss enters his third NFL season with renewed confidence. The former third-round draft pick from the University of Iowa earned a starting cornerback role last season opposite Pat Surtain. No easy task.

Moss predictably drew most of the attention away from the eventual Defensive Player of the Year. Opposing quarterbacks targeted Moss 96 times over last season — sixth most in the NFL (per Next Gen Stats) — while giving up 725 yards receiving and four passing touchdowns. Moss examined the film and implemented a specific offseason training plan in response.

“I think the point of attack — when the ball’s up in the air, some of those 50/50 balls — being stronger (and) not getting pushed off,” Moss said. “That was a big thing for me this offseason was getting bigger, getting stronger, being able to push against the receiver and be a little bit more physical.”

Ex-Denver wide receiver Emmanuel Sanders visits practice | Broncos training camp Day 5

Moss checked in around 193 pounds at the end of last season. He weighed in at 200 pounds (with only .4% extra body fat) on the first day of training camp.

“I’ve put on some good muscle,” Moss said.

How did he do it?

“It was more so just making sure that I’m eating full meals and making sure that I’m getting my protein in between meals. That was the biggest thing I was missing,” Moss said. “Because I’d eat three meals a day, but I’m still working out and burning more calories. It was filling in those little gaps. I saw my weight increase. I was lifting heavy, and it just popped onto me, which was good.”

How to score half-priced Broncos tickets on Thursday | Colorado Sunshine

Sign Up For Free:

let pathVariable;
let pathVariable2;

function handleUrlPathSegment() {

const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else if (fullPath.includes(‘outtherecolorado’)) {
pathVariable = ‘outtherecolorado’;
pathVariable2 = ‘Out There Colorado Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}

console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);

applyNewsletterName(pathVariable2);

return { pathVariable, pathVariable2 };
}

function applyNewsletterName(newsletterName) {

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {

updateNewsletterElement(newsletterName);
}
}

function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);

if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}

function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();

const timestamp = now.getTime();

console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);

return timestamp;
}

const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}

handleUrlPathSegment();
setupFormSubmitListener();

Success! Thank you for subscribing to our newsletter.

function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);

nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}

function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}

function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;

result.innerText = “”;

if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}

function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=59&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});

}

#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;

background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/pp5%20signup%203.png);
background-size: cover;

}

#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}

#successnsltr a {
color: white;
}

.hideblock {
display:none;
}

h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}

@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/pp5%20signup%203.png);
background-size: cover;
}
}

Moss explained how that extra weight and strength will benefit him when facing elite NFL players this season — like Bengals star wideout Tee Higgins in Week 4 on Monday Night Football.

“In the back of your head, you’re like: This dude is 6-5 and he’s 215 (pounds),” Moss said. “But I’m 200 pounds. I can run. And I’m not going to allow him to run the route for me. I’m going to be the aggressor. I’m going to be the one who can put my weight against his and be fine.”

Confidence in the face of immense challenge is ultimately what allowed Moss to earn a starting job in training camp last year. That hasn’t changed in 2025, even after the Broncos selected University of Texas defensive back Jahdae Barron with the No. 20 overall pick in the draft. Moss complimented Barron’s football smarts and welcomes the added secondary depth.

Courtland Sutton 'grateful' after signing lucrative extension, seeks to continue Broncos 'legacy'

“There’s a short memory with (Moss), not being afraid to fail and really putting it out there on the line each play,” coach Sean Payton said earlier this week. “He really has good length. I’ve talked about his situational awareness. He’s smart, and he can tackle. All the things you’re looking for in a corner. He’s having another real good start to camp.

“He’s in great shape, and I think he’s got a high ceiling.”

Fearless might be the perfect word to describe how Moss will approach this upcoming season.

“That’s kind of my personality, too,” Moss told The Denver Gazette. “I really don’t care regardless of what people think. I could get burned on this one (route). But look, we’re gonna play another down and we’re gonna do great. You’re gonna forget about it and learn later. The biggest thing is having that ‘screw it’ mentality. We’re going to go out there and play ball.

“If you beat me one time, you’re not going to beat me again. So, let’s do it.”

After 'difficult' situation following ACL injury, Broncos' Delarrin Turner-Yell now 'better as a player'

50ec8478-a0ab-4613-9e94-6a833dc2a580

View Original Article | Split View

PREV

PREVIOUS

How to score half-priced Broncos tickets on Thursday | Colorado Sunshine

Facebook Twitter WhatsApp SMS Email Print Copy article link Save Where good news shines Get your half-priced Broncos tickets! A limited number of half-priced tickets for the 2025 season go on sale at 10 a.m. Thursday. The annual arrangement is in compliance with the operating agreement between the Metropolitan Football Stadium District upon construction of […]