6.34 Stopping 3D plot from changing size

Use SphericalRegion->True

ListPlot3D[Table[RandomReal[], {5}, {5}], AxesLabel -> {"x", "y", "z"}, 
  ImageSize -> {200, 200}, ImagePadding -> 20, 
  SphericalRegion -> True];