Macro & Motion

Exploring the intricate world of nature and the power of machines

Portfolio

Specialized in macro animal photography and automotive & aviation imagery

đŸĻ‹ Macro Insects

Microscopic Beauty

Butterflies, beetles, and dragonflies captured at life-size magnification with razor-sharp focus.

đŸŽī¸ Racing

Speed & Power

Track days, motorsports events, and racing vehicles frozen in moments of pure adrenaline.

đŸ›Šī¸ Aircraft Details

Engineering Art

Close-up shots of aircraft engines, cockpits, and aerodynamic details that showcase aviation engineering.

Let's Work Together

Ready to capture your vision? I'd love to hear from you and discuss your next project

📧

Email

neil.smothers@gmail.com
📱

Phone

(720) 263-0617
📍

Location

Saint Louis, MO
📷

Instagram

@neil_mothers

About Me

I'm Neil Smothers, a passionate high school student based in the Saint Louis area with an obsession for capturing anything with an engine.

My journey into photography began with a fascination for the mechanical world around us - from the tiniest insects with their incredible bio-mechanical designs to the powerful engines that drive our cars and aircraft. I believe there's beauty in every moving part, every precision-crafted component, and every creature that nature has engineered to perfection.

When I'm not in class, you'll find me at local car shows, airports, or in my backyard with a macro lens, discovering the hidden worlds that most people never notice. My macro animal photography reveals the incredible engineering that exists in nature - the compound eyes of flies, the hydraulic systems in spider legs, and the aerodynamic perfection of bird feathers.

Living in the Saint Louis area gives me amazing access to aviation photography opportunities, classic car meetups, and diverse wildlife. Every shot I take is driven by my curiosity about how things work and my passion for sharing these mechanical marvels with others.

in" data-category="macro-wildlife">
🔍 Macro Wildlife

Miniature Worlds

Extreme close-ups revealing the hidden beauty of insects, spiders, and small creatures in stunning detail.

🚗 Automotive

Machine Elegance

Classic cars, supercars, and custom builds captured with attention to every curve and detail.

âœˆī¸ Aviation

Flight Dynamics

Commercial aircraft, vintage planes, and air shows showcasing the majesty of flight.

l.toUpperCase()); // Capitalize first letter of each word } function generateDescription(filename, folder) { const descriptions = { 'cars': 'Automotive photography showcasing the beauty of mechanical engineering and design.', 'macro': 'Extreme close-up photography revealing the intricate details of the natural world.', 'planes': 'Aviation photography capturing the majesty and precision of aircraft engineering.' }; return descriptions[folder] || 'Professional photography by Neil Smothers.'; } function getImagesForCategory(folder) { const files = imageFiles[folder] || []; return files.map(filename => ({ filename: filename, title: formatTitle(filename), description: generateDescription(filename, folder) })); } // Portfolio data structure const portfolioData = { 'macro-wildlife': { title: 'Miniature Worlds', folder: 'macro', images: getImagesForCategory('macro') }, 'automotive': { title: 'Machine Elegance', folder: 'cars', images: getImagesForCategory('cars') }, 'aviation': { title: 'Flight Dynamics', folder: 'planes', images: getImagesForCategory('planes') }, 'macro-insects': { title: 'Microscopic Beauty', folder: 'macro', images: getImagesForCategory('macro') }, 'racing': { title: 'Speed & Power', folder: 'cars', images: getImagesForCategory('cars') }, 'aircraft-details': { title: 'Engineering Art', folder: 'planes', images: getImagesForCategory('planes') } };