First create the poly plane with the right aspect ratio (I usually get the pixel dimensions and divide by 100 or something like that). Then do a planar projection for the UVs (not sure if that's critical, the UVs might be right by default, but better to be safe). Then apply your file texture. Hope that helps.