• Resolved BackuPs

    (@backups)


    Hi

    i saw your reply here

    https://www.ads-software.com/support/topic/background-image-repeating/

    You are kidding right?

    People dont want to upload a bigger image. They want to be able to set cover, 100% auto, auto or any other valid background-size element.

    Not being able to set these element settings makes the plugin pretty useless unless one uses a repetative bg image. But most people would like a none repeating image set to cover the login screen area.

    A bigger image results on a mobile device taking away band-width. Even on a normal internet connection.

    Please add background-size, repeat and all the other normal bg css settings that are part of the background css element.

    • This topic was modified 6 years, 11 months ago by BackuPs.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Hardeep Asrani

    (@hardeepasrani)

    Hey there,

    You can actually put cover or anything you want. It will take any valid CSS argument for background-size and work with it. Let me know if that works for you.

    HI ya,
    Just wanted to chime in here and say that the background size option in the plugin just doesn’t work.

    Nothing I put in changes the size of the BG image.

    Plugin Author Hardeep Asrani

    (@hardeepasrani)

    @normancates Please create a new thread, as per www.ads-software.com Forum Guidelines, and we would love to help you with your issue.

    Let us know.

    Thread Starter BackuPs

    (@backups)

    @normancates i am sorry i never replied, but it does not work as you discovered also. I just recoded the plugin to make it work.

    I’ve found the issue:

    in the row 604 of file customizer.php:

    <?php if ( ! empty( $bg_url ) ) : ?>
    	background-size: <?php echo $bg_size; ?> !important;
    <?php endif; ?>

    you must change with:

    <?php if ( ! empty( $bg_size ) ) : ?>
    	background-size: <?php echo $bg_size; ?> !important;
    <?php endif; ?>

    Obviously, $bg_url will be always empty!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘backgroudn image size’ is closed to new replies.