• Hello,

    I started working with your Full Background plugin tonight mainly because of its simplicity, and because I needed a fast/convenient way to display random background images.

    I’ve run into one small problem though which I’m hoping you can fix so that I don’t need to modify the core plugin.

    The main issue I’ve run into is that I’d like to use a CSS3 blending mode on the background image (background-blend-mode), but am unable to because of the way you structured the inline css.

    In the plugin you define the background attribute this way:
    background:url(<?php echo $background_link; ?>) 0 0 fixed no-repeat !important;

    I can’t use a background blend mode because that only works when the background-image is defined separately. So my simple request is this…

    Would you be willing to modify the plugin so it defines the background image this way:

    background-image: url(<?php echo $background_link; ?>) !important;

    Then you can define the other properties like position, no-repeat, etc, separately as well.

    ….

    If you were willing to take this a step further in the plugin you could even make all of the css editable from within the WordPress admin. That would be really neat so that users have total control over it.

    At the least separating out the background properties will allow the use of blending modes, which is a feature I definitely need right now.

    That’s it. I hope you’ll help me out here.

    All my best!

    ~ Michael

    https://www.ads-software.com/plugins/full-background/

  • The topic ‘Feature Request / Compatibility with CSS3 background-blend-mode’ is closed to new replies.