], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();

During a recent interview with Muscle and Fitness, Braun Strowman said that he’s in better shape than he’s ever been in. However, he is focusing on the nerve damage he had in his leg. He also revealed that he lost 15% of the atrophy in that leg.

“I’m in as good a shape, or better shape, than I’ve ever been in, wrestling-wise,” he says. “I’ve been really focusing on where I had the nerve damage in my left leg. I still have 15% atrophy in that leg, but I’m working around that, trying to strengthen up some of those other stabilizing muscles.” [H/T Muscle and Fitness]


Former WWE star Braun Strowman is 15% paralyzed in his leg

Braun Strowman is one of the best big men in WWE history. He accomplished a lot during his time with the Stamford-based promotion. What is even more impressive is that he did most of it while being 15% paralyzed.

Strowman recently took to social media to post a clip of himself post-workout. He revealed that his left leg is smaller than his right leg because he has been 15% paralyzed in that leg since 2015.

“Holding the size and leaning down quick!!! 343 this am on an empty stomach!!! Yea I know my left leg is smaller than my right it’s been 15% paralyzed since January of 2015!!!! #Big #monster #braunstrowman #foodie #bodybuilding,” he tweeted on Sunday.

Check out his tweet here:

It remains to be seen if Braun Strowman will ever return to the ring again.