sorry to hear about your issue! in the first line of the camera object there should be a line:
global.gamewidth = display_get_width()/5;
global.gameheight = display_get_height()/5;
change the values at the end and it should work :)