Live Challenge
Golden Hour โ€” June 2026
๐Ÿ“ท Theme: Golden Hour
Capture the magic of the first and last hour of daylight. Show us how light transforms ordinary scenes into extraordinary moments.
14
Days
:
00
Hours
:
00
Mins
:
00
Secs
Submissions close June 25, 2026
1
Entries
1
Voters
3
Total votes
๐Ÿ† What winners receive
โœฆ Winner receives: Featured Photographer badge for July ยท Profile spotlight on homepage ยท Digital certificate ยท Community recognition
๐Ÿ“‹ Rules
โ†’ 1. Maximum 3 submissions per photographer
โ†’ 2. Photo must be taken by you
โ†’ 3. Must be shot during golden hour (sunrise or sunset)
โ†’ 4. Minimal editing allowed โ€” no composites
โ†’ 5. Must be a WorldwebX member to enter
Enter the Challenge
Log in to submit your photo
Login to enter
All Entries (1 photos)
Most voted Newest
Girls
๐Ÿฅ‡
Girls
Girls

How the challenge works

๐Ÿ“ธ
Step 1
Shoot the theme
Each month has a new theme. Go out and capture your best interpretation.
โฌ†๏ธ
Step 2
Submit your photo
Upload your image with a title and optional story. Up to 3 entries per photographer.
๐Ÿ—ณ
Step 3
Community votes
The WorldwebX community votes for their favourite. Anyone can vote โ€” no account needed.
๐Ÿ†
Step 4
Winners announced
Top 3 win recognition, a digital certificate, and featured placement on the homepage.
var lbid=null; function openLightbox(id){lbid=id;document.getElementById("photo-lightbox").style.display="block";document.body.style.overflow="hidden";$.getJSON("/challenge/"+id+"/detail",function(d){$("#lb-img").attr("src",d.image_url);$("#lb-title").text(d.title);$("#lb-aname").text(d.author_name).attr("href","/photographer/"+d.author_username);if(d.author_img){$("#lb-aimg").attr("src",d.author_img).show();}else{$("#lb-aimg").hide();}$("#lb-date").text(d.created_at);$("#lb-story").text(d.story||"");$("#lb-vc").text(d.vote_count);var h="",ex=d.exif||{};[["Camera",ex.camera],["Lens",ex.lens],["Focal",ex.focal],["Aperture",ex.aperture],["Shutter",ex.shutter],["ISO",ex.iso]].forEach(function(i){if(i[1])h+="
"+i[0]+"
"+i[1]+"
";});if(h){$("#lb-exgrid").html(h);$("#lb-exif").show();}else{$("#lb-exif").hide();}});} function closeLightbox(){document.getElementById("photo-lightbox").style.display="none";document.body.style.overflow="";lbid=null;} function castVoteFromLB(){if(!lbid)return;castVote(lbid,document.getElementById("vote-btn-"+lbid));setTimeout(function(){$("#lb-vc").text($("#vote-count-"+lbid).text());},500);} $(document).keydown(function(e){if(e.key==="Escape")closeLightbox();});