麻豆原创

MU logo
MU logo

Photography & Video

Using Manchester Images

Photography is a primary element in telling the Manchester story, and high quality imagery and consistency in style is critical to all communications. Photos should reflect the same messaging as written text, and be focused through Manchester鈥檚 brand lenses, bringing to light messages of community, growth, intimacy, safe and sound, and excellence.

Stock photography

Whenever possible, Manchester photos should be used in marketing communications, but occasionally, a need arises in which either an appropriate photo isn’t available or the photo needed is symbolic or metaphoric in nature, whereby stock photography is suitable. In these cases, download photos from stock photography sites such as or. There is a fee for images from these sites.

NEVER download and use images from Google images or copy images from any other website that are not designated for public use to avoid copyright infringement.

Other photography resources

Use these model release forms to get signatures from individuals requiring consent. Model releases for minors must by signed by a parent or guardian.

Capturing Your Own Images

With the convenience of mobile device photography, it’s really easy to take your own photos or to collect photos shared by others. Be aware, however, whether planning to use photos in social media, on the website or in a printed publication, of these guidelines for usage:

  • If a photo will be used for a commercial purpose, consent is required by individuals in the photo. Publishing the photo in any University publication, on the University website or on one of Manchester’s sanctioned social media sites would qualify as commercial purpose.
  • Members of Manchester’s community (students, faculty and staff) have consensually agreed during their hiring or registration to be photographed for the purpose of marketing the University.
  • When photographing people outside our University community (students, faculty, staff), consent to publish photography or video of an individual cannot be assumed. This is especially important regarding minors. Consent can only be official by the signing of a model release form. Never publish a photo in print or electronically that features an individual who has not signed a consent form (model release).

Certain exceptions apply, including photos where individuals are not easily recognizable and the blurring of identities post-capture. If considering whether an exception applies to your photo, please consult the Office of Marketing.

  • Whenever posting to any 麻豆原创 social media site, whether our main site or one of its satellites for an academic program, athletic team or student organization, remember that your post represents 麻豆原创 and liability is assumed by the University. Post responsibly.

Video

Video from the Office of Marketing

Staff in Manchester鈥檚 Office of Marketing take photos and create videos to market the University in institutional marketing materials, on the website and in social media. Projects are aligned with the University鈥檚 enrollment goals, strategic priorities and institutional marketing initiatives. It is not the role of marketing staff to capture photos or create videos that don鈥檛 serve a marketing function for the University, or to capture photography/video to record events for archival purposes.

If you have a video project that meets this criteria, to request video production from the Office of Marketing.

Manchester YouTube Channel

Manchester鈥檚 Office of Marketing staff produces videos for the University鈥檚 website and social media. Most often, they are uploaded to . While these videos typically come from Marketing, the channel is not exclusive and welcomes videos from other sources if they meet standards for quality and integrity. Marketing staff manages the channel and requests for uploads should be directed to marketing@manchester.edu.

exists --- (function ensure40pxInlineEarly() { function set40(el) { el && el.style.setProperty('padding-top', '40px', 'important'); } // If header already parsed, set now; otherwise set as soon as it appears. const hdrNow = document.getElementById(HEADER_ID); if (hdrNow) { set40(hdrNow); return; } new MutationObserver((muts, obs) => { const hdr = document.getElementById(HEADER_ID); if (hdr) { set40(hdr); obs.disconnect(); } }).observe(document.documentElement, { childList: true, subtree: true }); })(); // --- Helpers --- function hideDiviBars() { document.querySelectorAll('.divibars-container').forEach(div => { const content = (div.textContent || '').replace(/\u00A0/g, ' ').trim(); const shouldHide = !content || /all\s*clear/i.test(content) || /test/i.test(content) || /feed\s*has\s*no\s*items\.?/i.test(content); if (shouldHide) div.style.setProperty('display', 'none', 'important'); }); } function isEffectivelyVisible(el) { if (!el || !el.isConnected) return false; const target = el.querySelector('.divibars, .divibars-wrapper, .divibars-content') || el; const cs = getComputedStyle(target); if (cs.display === 'none' || cs.visibility === 'hidden' || target.hidden) return false; if (parseFloat(cs.opacity || '1') < 0.05) return false; if (target.closest('[aria-hidden="true"]')) return false; const rect = target.getBoundingClientRect(); const hasSize = (rect.width > 0 && rect.height > 0) || (target.offsetWidth > 0 && target.offsetHeight > 0); if (!hasSize) return false; const vh = window.innerHeight || document.documentElement.clientHeight; return rect.bottom > 0 && rect.top < vh; } function anyRealBannerVisible() { // A 鈥渞eal鈥 banner = visible AND not empty/test/all-clear/feed-empty return Array.from(document.querySelectorAll(CANDS)).some(el => { if (!isEffectivelyVisible(el)) return false; const txt = (el.textContent || '').replace(/\u00A0/g, ' ').trim(); if (!txt) return false; if (/all\s*clear/i.test(txt) || /test/i.test(txt) || /feed\s*has\s*no\s*items\.?/i.test(txt)) return false; return true; }); } function setForce110(on) { const root = document.documentElement; const was = root.classList.contains('divibar-force-110'); if (!!on === was) return; root.classList.add('divibar-atomic'); root.classList.toggle('divibar-force-110', !!on); // If we鈥檙e NOT forcing 110, clear any stray inline 110 the plugin may add later. if (!on) { const hdr = document.getElementById(HEADER_ID); if (hdr) hdr.style.setProperty('padding-top', '40px', 'important'); } requestAnimationFrame(() => root.classList.remove('divibar-atomic')); } // Debounced 2-frame confirmation to avoid flicker during animations let raf1 = null, raf2 = null; function scheduleRecompute() { if (raf1) return; raf1 = requestAnimationFrame(() => { raf1 = null; hideDiviBars(); const a = anyRealBannerVisible(); raf2 = requestAnimationFrame(() => { raf2 = null; const b = anyRealBannerVisible(); setForce110(a && b); }); }); } // --- Wiring --- document.addEventListener('DOMContentLoaded', scheduleRecompute); window.addEventListener('load', scheduleRecompute); window.addEventListener('resize', () => { cancelAnimationFrame(raf1); raf1 = null; cancelAnimationFrame(raf2); raf2 = null; scheduleRecompute(); }); new MutationObserver(() => scheduleRecompute()).observe(document.documentElement, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class', 'aria-hidden'] }); document.addEventListener('transitionend', e => { if (e.target && e.target.closest(CANDS)) scheduleRecompute(); }); document.addEventListener('animationend', e => { if (e.target && e.target.closest(CANDS)) scheduleRecompute(); }); document.addEventListener('click', function (e) { const btn = e.target && e.target.closest('.divibars-close'); if (!btn) return; setTimeout(() => { const bar = btn.closest('.divibars-container, [class*="divibar"]'); if (bar) bar.style.setProperty('display', 'none', 'important'); scheduleRecompute(); }, 200); }, true); // Initial pass scheduleRecompute(); })();