diff --git a/awesome-cv.cls b/awesome-cv.cls index d1c1074..62a6a47 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -254,6 +254,10 @@ \def\@photoedge{edge} \def\@photoalign{left} +% Overrides the size of the photo ID if needed. +% Usage: \photosizerectangle{} +\newcommand*{\photosize}[1]{\def\@photosize{#1}} + % Define writer's name % Usage: \name{}{} % Usage: \firstname{} @@ -404,9 +408,11 @@ \newcommand*{\drawphoto}{% \ifthenelse{\isundefined{\@photo}}{}{% \newlength{\photodim} - \ifthenelse{\equal{\@photoshape}{circle}}% - {\setlength{\photodim}{1.3cm}}% - {\setlength{\photodim}{1.8cm}}% + \ifthenelse{\isundefined{\@photosize}}% + {\ifthenelse{\equal{\@photoshape}{circle}}% + {\setlength{\photodim}{1.3cm}}% + {\setlength{\photodim}{1.8cm}}} + {\setlength{\photodim}{\@photosize}}% \ifthenelse{\equal{\@photoedge}{edge}}% {\def\@photoborder{darkgray}}% {\def\@photoborder{none}}%