@squidman90: ML captures and records the data from the path that also sends the picture to LiveView. So in "normal" mode, the highest resolution you can get is the native resolution of your LiveView display, which varies from camera to camera. In your camera, that is 1728x972, and that is achieved by processing the entire sensor area via line-skipping (in all cameras except the 5dIII) or pixel-binning (for the 5dIIII, a much higher-quality process). BUT, when you hit the 5x zoom button, your LiveView display is showing a zoomed-in version of what you saw before, and it is doing that by simply cropping out a rectangle from the entire sensor area with no line-skipping or pixel-binning. It is simply a 1-1 view of a part of your sensor. Since it is not reducing the rectangle to fit into your LiveView display, it can be either smaller or bigger than your native display resolution. Just how much bigger varies by camera. That's why you have to be in so-called "crop mode" to get a bigger resolution than 1728x972. If you want to get around this, buy a 5dIII (at least for now, who knows what the ML wizards will come up with in the future!). Cheers.