Try
```
printCustomAlbumThumbImage(getBareAlbumTitle(), null, 180);
```
Oh, and
```
printCustomSizedImage(getAnnotatedImageTitle(), 180, 180, 0, 0, 0, 0, 0, "img-fluid img-thumbnail" );
```
should be
```
printCustomSizedImage(getAnnotatedImageTitle(), null, 180, null, null, null, null, null, "img-fluid img-thumbnail" );
```