Welcome to TalkGraphics.com

Search:

Type: Posts; User: garycwood84; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,828

    Re: Background resizing

    Thanks, Egg. Yes, I wanted the image aligned to the right of the pasteboard (i.e. browser window). I think it should be possible to apply it to the page, though, if that's what you need.
  2. Replies
    9
    Views
    1,828

    Re: Background resizing

    Finally, I think I've fixed it! The answer was to use your code with some modifications, Egg:


    <style>
    html {
    width: 100% !important;
    height: 100% !important;
    }
    body {
    background-image:...
  3. Replies
    9
    Views
    1,828

    Re: Background resizing

    I've now it another problem. The code I've posted above works when you only have one variant. But as soon as you add multiple variants to the site, then a full-width white background appears, the...
  4. Replies
    9
    Views
    1,828

    Re: Background resizing

    Thanks, Egg! I've just managed to solve it. The solution was to use my original code, but, to make it work on Android, I had to add background width and height:


    <style>
    html{width:100%;...
  5. Replies
    9
    Views
    1,828

    Re: Background resizing

    Thank you, Egg.

    I've got your code working in the W3Schools try it window, by modifying it as follows. The question now is: how do I implement this within Xara WD?


    <!DOCTYPE html>
    <html>...
  6. Replies
    9
    Views
    1,828

    Re: Background resizing

    I've experimented more with this, and since I can't find a WYSIWYG way to achieve what I want, I've tried adding the following code to the website head. It works on desktop devices, but the image...
  7. Replies
    9
    Views
    1,828

    Background resizing

    I want a browser background image that resizes to always be 100% of the browser height and always aligned to the right of the window.

    I've tried adding it as a pasteboard background, but it...
Results 1 to 7 of 7