thefrosty / custom-login

Custom Login for WordPress.

Home Page:http://austin.passy.co/wordpress-plugins/custom-login

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Scaling is Broken

ddmcleod opened this issue · comments

I have an image that is 1 x 640 that I use as an x-repeat background image. When I specify that image as a background in the Custom-Login HTML section, your code scales in both the x & y direction to render an image that is 252 x 160002 pixels!! I suspect that you are just trying to scale by a constant factor in both directions equally (admittedly this is a rather odd image to use for a background!), but the y direction is getting truncated.

Anyway, this makes the Admin page (Design tab) unusable, although if I do scroll to the bottom, I can finally see the options down there. Thankfully, I can work around this problem by using Ctrl-Down Arrow, but you really need to fix this. Here is the link to my image, so you can play with it and see for yourself:

http://daviddmcleod.com/wp-content/uploads/2015/02/GradientBackground.png

Thanks,

David McLeod