Sports Photographer, Kent — James Wall Photography


Sports Photographer — Ramsgate, Kent

Capturing sport
as it happens.

Football and running photography across Kent and the South East. Real moments, real emotion — from Sunday league touchlines to ultramarathon trails.

Scroll to explore

Your hero image here

Action shot

Portrait

5+
Years Experience

Kent
Based & Available SE

Football
& Running

24hr
Response Time

Selected Work

Recent shots

Full Portfolio

Best action shot — tall format
Match Action

Celebration shot
Goal Celebration

Player portrait
Player Portrait

Running shot
Race Day

Tackle / challenge
Match Drama

Ready to work together?

Let’s talk.

Whether you’re a club needing regular matchday coverage or a race organiser looking for an official photographer — get in touch to discuss how we can work together.

Get in Touch

© 2026 James Wall Photography. All rights reserved.

Ramsgate, Kent

// Nav scroll effect window.addEventListener(‘scroll’, function() { document.getElementById(‘mainNav’).classList.toggle(‘scrolled’, window.scrollY > 40); });

// Scroll reveal const observer = new IntersectionObserver(function(entries) { entries.forEach(function(entry) { if (entry.isIntersecting) entry.target.classList.add(‘visible’); }); }, { threshold: 0.08 }); document.querySelectorAll(‘.reveal’).forEach(function(el) { observer.observe(el); });

// Portfolio filter function filterPortfolio(cat, btn) { document.querySelectorAll(‘.filter-btn’).forEach(function(b) { b.classList.remove(‘active’); }); btn.classList.add(‘active’); document.querySelectorAll(‘.pg-item’).forEach(function(item) { item.style.display = (cat === ‘all’ || item.dataset.cat === cat) ? ” : ‘none’; }); }