Hi @greg-ward
I appreciate your suggestion.
It would be better placed as a question in support since it is not really a review of the plugin.
The one star rating you left is deceptive for other users. By suggesting the size is too small, you are acknowledging that the plugin functions properly by changing the image, just not to the size you wanted it. From the installation instructions on, it is outlined that the image size is 84px x 84px. The reason being that is how the css class defines the image in WordPress Core.
The class is:
.login h1 a {
background-image: none, url("images/wordpress-logo.svg?ver=xxxxxx");
background-position: center top;
background-repeat: no-repeat;
background-size: 84px auto;
color: #444;
display: block;
font-size: 20px;
height: 84px;
line-height: 1.3em;
margin: 0 auto 25px;
outline: 0 none;
padding: 0;
text-decoration: none;
text-indent: -9999px;
width: 84px;
}
Your suggestion / bad review has been asked as a question in the support section, including an answer as to how to change the size. You should check out this support forum if you are interested in changing the size of the image: https://www.ads-software.com/support/topic/can-i-make-the-logo-bigger?replies=3
As a sidenote, I looked at the threads you have started and they all seem to be about the same, one star reviews for plugins that do not work the way you want them to.
I would encourage you to also leave positive reviews for the plugins you like since only leaving one star reviews essentially pollutes the WordPress ecosystem.
Thanks Greg!