I have modified my list of figures so that it includes Fig. figure number before each caption in List of Figures. This done by using the following code.
{%
\let\oldnumberline\numberline%
\renewcommand{\numberline}{\tablename~\oldnumberline}%
\listoftables%
}
However, I am not able to align figure caption which extends to second line. What should be done to align the multi-line figure caption in list of figures.