Tested tool guide
Tested browser tools
Checked August 16, 2026
What Rule of Thirds Grid does, with a checked example
Composition guidance usually says to place the subject on a third, but picturing a two-line grid over a photograph is harder than it sounds. This tool makes the advice literal: load an image and it draws two vertical and two horizontal lines dividing the frame into three equal bands, with the four intersections marked. The frequent surprise is that it renders no verdict - the grid shows where the thirds fall, and judgment stays with you. The file never leaves your browser, and the lines derive from the image's own pixel dimensions, so the overlay scales correctly for any size or orientation.
Worked example
A concrete input and expected output from the current implementation.
Input
A 3000 x 2000 px landscape photograph with the horizon running through the lower third of the frame.
->
Expected output
The image renders with the grid overlaid: vertical lines at 1000 px and 2000 px from the left edge, horizontal lines at 666.7 px and 1333.3 px from the top. Because the horizon sits in the lower third, it falls below the second horizontal line (1333.3 px), letting you judge whether it aligns with that line or sits between it and the bottom edge.
The grid divides the image's own dimensions into equal thirds: vertical lines at 3000/3 = 1000 px and two-thirds (2000 px); horizontal lines at 2000/3 = 666.7 px and two-thirds (1333.3 px). The image itself is unchanged.