The documentation for Google's VR View on the Web has the "start_yaw" control parameter which allows one to rotate the starting orientation of the image horizontally:
start_yaw: {Number} Initial yaw of viewer, in degrees. (optional, default 0)
Is it possible to set the starting pitch (vertical rotation) as well?
Adding "start_pitch=90" has no effect.