Skip to content

Background image resizing issue #2

@akshaybabloo

Description

@akshaybabloo

Hi! When resizing the window, the background image doesn't cover completely at the bottom.

screen shot 2016-11-16 at 4 38 17 am

I would recommend the following:

  1. Remove the inline style at <div class="image-container set-full-height" style="background-image: url('assets/img/wizard.jpg')">
  2. And put a block style as
<style>
        body {
            background: url('assets/img/wizard.jpg') no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
</style>

It worked for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions