Where your story comes to life
Videography & Photography
Meet the Creative: Jackson Keller
Hi! My name is Jackson Keller, I am a visual storyteller based out of Central Florida. I Specialize in making your Brand/Story stand out with imagery and emotion. I am currently booking worldwide, please reach out for any information about me Filming or Photographing what means the most to you!
Photography & Videography Production Services - Central Florida and Beyond.
At Envision Productions we specialize in crafting high-quality, visually stunning videos and photos that elevate brands and captivate audiences. We thrive to meet your needs, putting our clients first.
photography
Photos capture moments, preserves memories, and tells stories. It reveals the beauty in the ordinary and freezes time in a single frame. Through photos, we can express emotions, document history, and inspire others. It allows us to see the world from different perspectives and appreciate its intricacies. Capture the essence of your story now.
videography
From education to entertainment, marketing to memories, unveil its beauty, and tell stories that transcend time. Videography immortalizes memories, ignites emotions, and connects us deeply. It reveals the extraordinary in the ordinary and inspires us to see the world from a different perspective. With the power to convey messages, evoke empathy, and preserve cherished experiences, videography holds immense importance in preserving our collective human narrative. Capturing life's essence through moving images.
Your vision. Our expertise. Envision Productions has you covered.
We can’t recommend Envision Productions enough! Jackson truly has an incredible eye for capturing something special. We’ve worked with him multiple times for videography across two of our businesses, and each time he exceeded our expectations. He took our ideas and elevated them beyond what we imagined.
We’ve also used Jackson for photography, and his work continues to impress us—so much so that several of his portraits hang in our store, where customers constantly compliment his talent.
Whatever your videography or photography needs, Jackson at Envision Productions is the one to call. You won’t just be satisfied—you’ll be blown away by the final product!
Below is a complete, responsive testimonials/reviews section you can drop into a webpage. It shows circular client images above expandable testimonial text boxes, arranges items horizontally in a scrollable row, and includes accessible controls for expanding each testimonial. It uses HTML, CSS, and a small amount of JavaScript. Copy the full block into an HTML file or integrate into your project.
<!-- Testimonials Section -->
<section class="testimonials-section" aria-label="Client testimonials">
<h2 class="testimonials-title">What Our Clients Say</h2>
<div class="testimonials-row" role="list">
<!-- Testimonial item template -->
<article class="testimonial" role="listitem">
<img class="testimonial-avatar" src="client1.jpg" alt="Photo of Jane Doe">
<div class="testimonial-card">
<p class="testimonial-text" id="t1">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ut
ligula in nunc bibendum posuere. Integer vitae massa non sapien
pretium fermentum. Phasellus eu arcu a ipsum suscipit eleifend. Sed
id dictum arcu. Duis suscipit, lacus et consequat iaculis, dolor
magna fermentum sapien, vel pulvinar nibh orci quis neque. Morbi
convallis lorem vel tortor luctus, at volutpat justo pharetra. Donec
porta, nisl in cursus efficitur, augue lorem pulvinar nibh, ac
tristique mauris est ut urna.
</p>
<button aria-expanded="false" aria-controls="t1" class="expand-btn">
Read more
</button>
</div>
</article>
<article class="testimonial" role="listitem">
<img class="testimonial-avatar" src="client2.jpg" alt="Photo of John Smith">
<div class="testimonial-card">
<p class="testimonial-text" id="t2">
We engaged Envision Productions to produce a short series of videos.
From kickoff to delivery, the team was professional and communicative.
They handled logistics, scripting, and postproduction smoothly.
Delivery was on time and within budget. Our stakeholders were impressed
with the final work's quality and clarity. Will definitely work with
them again.
</p>
<button aria-expanded="false" aria-controls="t2" class="expand-btn">
Read more
</button>
</div>
</article>
<article class="testimonial" role="listitem">
<img class="testimonial-avatar" src="client3.jpg" alt="Photo of Maria Lopez">
<div class="testimonial-card">
<p class="testimonial-text" id="t3">
Exceptional service. The creative team helped us translate abstract
concepts into visual stories that resonated with our customers.
Feedback has been overwhelmingly positive and conversion metrics
improved after launch. The process was collaborative and transparent,
and they provided helpful suggestions that elevated the final
deliverable.
</p>
<button aria-expanded="false" aria-controls="t3" class="expand-btn">
Read more
</button>
</div>
</article>
<!-- Add more testimonial items as needed -->
</div>
</section>
<style>
:root{
--card-width: 320px;
--avatar-size: 96px;
--card-bg: #ffffff;
--card-border: #e6e6e6;
--accent: #0073e6;
--text-color: #222;
--muted: #666;
}
.testimonials-section{
padding: 40px 20px;
background: #f8f9fb;
color: var(--text-color);
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
.testimonials-title{
margin: 0 0 20px 16px;
font-size: 1.5rem;
font-weight: 600;
}
.testimonials-row{
display: flex;
gap: 20px;
overflow-x: auto;
padding: 12px 16px 24px 16px;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
}
.testimonials-row::-webkit-scrollbar{
height: 10px;
}
.testimonials-row::-webkit-scrollbar-thumb{
background: #d0d6db;
border-radius: 8px;
}
.testimonial{
flex: 0 0 var(--card-width);