PIXEL NOLA EVENT PHOTO BOOTH
PIXEL NOLA EVENT PHOTO BOOTH
PIXEL NOLA EVENT PHOTO BOOTH
PIXEL NOLA EVENT PHOTO BOOTH
About us
Grab a Prop
Strike a Pose
PIXEL NOLA® PHOTO BOOTH
Get photos instantly.
Download and Share.
Packages
Below is the list of packages that Pixel Nola offers.
150 Pixel Package
2 Hours $400
Ideal for shorter events.
Free Delivery & Setup.
Photo Booth photographer On-site.
Customized prints.
Unlimited 4x6 prints.
Get photos instantly.
Email, Download, and Share.
Online gallery of event.
USB Drive of all photos taken.
250 Pixel Package
3 Hours $500
Ideal for Weddings.
Free Delivery & Setup.
Photo Booth photographer On-site.
Customized prints.
Unlimited 4x6 prints.
Get photos instantly.
Email, Download, and Share.
Online gallery of event.
300 Pixel Package
4 Hours $600
Is your event going to be an all-nighter?
Free Delivery & Setup.
Photo Booth photographer On-site.
Customized prints.
Unlimited 4x6 prints.
Get photos instantly.
Email, Download, and Share.
Online gallery of event.
Backdrops
.accordion-gallery {
display: flex;
width: 100%;
height: 500px;
overflow: hidden;
}
.gallery-item {
flex: 1;
background-size: cover;
background-position: center;
transition: flex 0.5s ease;
position: relative;
}
/* Add your specific image URLs here */
.item-1 { background-image: www.pixelnola.com/images/('pixel-nola-1.png'); }
.item-2 { background-image: www.pixelnola.com/images/('pixel-nola-2.png'); }
.item-3 { background-image: www.pixelnola.com/images/('pixel-nola-3.png'); }
.item-3 { background-image: www.pixelnola.com/images/('pixel-nola-4.png'); }
.item-3 { background-image: www.pixelnola.com/images/('pixel-nola-5.png'); }
/* Expand the item on hover */
.gallery-item:hover {
flex: 3;
}
/* Style the link/text overlay */
.gallery-item .content {
position: absolute;
bottom: 20px;
left: 20px;
opacity: 0;
transition: opacity 0.3s ease;
}
.gallery-item:hover .content {
opacity: 1;
}