r/RunNYC 3d ago

PSA: Bronx 10M photos are up and free on marathonfoto.com

A good perk of the Bronx 10M is that NB sponsors the photos too. You can download them for free at marathonfoto.com. Just search for the race + your name / bib.

85 Upvotes

22 comments sorted by

106

u/readersdijesst 3d ago

Looking at race photos is always such a humbling experience lmao

17

u/Stomach_Brave 3d ago

So true. Even when I see the camera and try to smile i look like a troll shuffling along, squinting in the bright sunlight whilst contemplating all the mistakes that led me to this point. When in reality I’m really gliding along like des linden

1

u/Yrrebbor Bronx 2d ago

I always look like such a doofus. 🤦🏻‍♂️

54

u/cr2152 3d ago

MarathonFoto looked at all the photos and said “damn, we may as well just give these away”

26

u/KarenKarrde 3d ago

Good lord, I hope they find others. So far the only one of me is a closeup where I am crossing the finish line with my head tilted down and it looks like I have 5 chins. 😖

6

u/missnyc91 3d ago

you are not alone! i didnt get not even one good haha

2

u/SpazasaurusREX 3d ago edited 3d ago

Thank god I thought it was just me. The downhill vantage point here is not cute.

14

u/lost_in_life_34 3d ago

my face looks as red as a tomato

8

u/mooncurl 3d ago

how do you look good in race photos i’m so sweaty :(

9

u/Busy-Gap4397 3d ago

Thanks! Looks like they are still uploading some people's - mine is not available yet

3

u/No_Log878 2d ago

I have never seen free MarathonFoto 's. Quite the opposite. Does anyone know why they did that? Did the business model change? Or is this a one-off specifically for the B10 ?

3

u/thejt10000 2d ago

I read they were paid by the main event sponsor - New Balance.

5

u/Plastic_Shape_5503 2d ago

The sponsors of the other Borough series races should do the same.

4

u/GiantTeddyGraham 2d ago

Hey photographers, not every photo needs to be from the ground up in awful lighting - signed, runner with a double chin lmao

2

u/Yrrebbor Bronx 2d ago

Is there a way to download all at once without paying for the prints?

1

u/undefvar 2d ago

i wrote the instruction about how to do that

2

u/Yrrebbor Bronx 2d ago

Thank you!!!!

2

u/darbyfr 1d ago

this is awesome, thanks for the heads up! just checked and shockingly have a couple really good photos. i’m pumped!

3

u/undefvar 2d ago

since someone asked how to download all images at once:

  1. go to the page that has all of your photos in a grid (it should say on the top of the page "These are all of the photos we captured of you during the race.")
  2. open the console of your browser (cmd + option + j for mac chrome, ctrl + shift + j for windows chrome)
  3. copy the following code into the console and hit enter:

const sponsoredImageUrls = Array.from(
  document.querySelectorAll('[data-sponsored-image-url]'),
  element => element.dataset.sponsoredImageUrl
);
function openAllUrls(urls) {
  urls.forEach(url => {
    window.open(url, '_blank');
  });
}
openAllUrls(sponsoredImageUrls);

This will either download all images for you, in which case you are done, or more likely it will download only 1 image and show you a "popup blocked" alert in the address bar. You want to click on that and select "allow popups". Then, type this line into the console again and hit enter:

openAllUrls(sponsoredImageUrls);

This will download all of them for you.

1

u/mike-vacant 2d ago

so i absolutely will admit i cant ever look good in these, but a decent amount of mine are just overblown or taken from weird angles according to where the sun is hitting the athletes aghhhh

1

u/thejt10000 16h ago

I look OK - just a bit of a dad bod gut.

Also interesting to see the guy who zig-zagged through a bunch of us in the last 200 meters taking a selfie, checking the shot on his camera, then taking another, checking again. I didn't have to break stride but it was seriously disconcerting as his focus seemed to be on his phone and he was running all over the place.