I want to add to my LaTeX document ( [book] ) the cover of the first page. I have a problem though. It does not cover the entire page.
Here is the photo I want to add:
I use the geometry package with this configuration:
\usepackage[margin=1.5cm , a4paper]{geometry}
and as a command to include the picture I use:
\centerline{\includegraphics[scale=1.1]{cover_photo_new_version.jpg} }
Well, the output is not the expected. This is what I get when I compile the document
and as we can all see it does not cover the page. I have read many questions here in TEX.SE but none of them fix my problem. Any way to fix it?

