McDonald’s Drive Thru Order Display

License: ⧉ Editorial Use Only

A display board at a McDonald’s drive thru land showing an order completed. Items purchased include: Sausage Egg McMuffin Meal, Medium Sprite, Hash Brown, Sausage McMuffin With Egg and Sausage McGriddle. A nearby display board showing the customer saved by getting an extra value meal. Full size image: 3847  ×  2885 Pixels JPG

$12.00

Instant Download High Resolution Own Forever
Trust Badges
Asset id: 4438
/* short video fix desktop only V2 */ /* fix lazy load mobile overlap */ /* move portrait word to top left of portrait videos */ document.addEventListener('DOMContentLoaded', function () { // Find portrait video wrappers (MotifCreatives already adds .is-portrait) var wrappers = document.querySelectorAll('.mwpfv-video-thumb-wrapper.is-portrait'); wrappers.forEach(function (wrapper) { // Avoid duplicates if (!wrapper.querySelector('.fs-portrait-badge')) { var badge = document.createElement('span'); badge.className = 'fs-portrait-badge'; badge.textContent = 'Portrait'; wrapper.appendChild(badge); } }); }); /* stop flash of second video player on popup load and add to cart */ /* lazy load video thumbs */