Why does my header image appear blurry on a larger screen











up vote
1
down vote

favorite












The header image looks good on every screen except for larger monitors can somebody please help me out?



http://houstonprimepestcontrol.com/










share|improve this question






















  • Can you please post some of your code? It might make it easier to assist you. Also i'd suggest you rework your HTML, i would not make the background image part of the header. It's going to give you issues cutting off when expanded.
    – Robert Perez
    Nov 22 at 0:17

















up vote
1
down vote

favorite












The header image looks good on every screen except for larger monitors can somebody please help me out?



http://houstonprimepestcontrol.com/










share|improve this question






















  • Can you please post some of your code? It might make it easier to assist you. Also i'd suggest you rework your HTML, i would not make the background image part of the header. It's going to give you issues cutting off when expanded.
    – Robert Perez
    Nov 22 at 0:17















up vote
1
down vote

favorite









up vote
1
down vote

favorite











The header image looks good on every screen except for larger monitors can somebody please help me out?



http://houstonprimepestcontrol.com/










share|improve this question













The header image looks good on every screen except for larger monitors can somebody please help me out?



http://houstonprimepestcontrol.com/







html css responsive-design bootstrap-4 media-queries






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 22 at 0:02









andrewz

62




62












  • Can you please post some of your code? It might make it easier to assist you. Also i'd suggest you rework your HTML, i would not make the background image part of the header. It's going to give you issues cutting off when expanded.
    – Robert Perez
    Nov 22 at 0:17




















  • Can you please post some of your code? It might make it easier to assist you. Also i'd suggest you rework your HTML, i would not make the background image part of the header. It's going to give you issues cutting off when expanded.
    – Robert Perez
    Nov 22 at 0:17


















Can you please post some of your code? It might make it easier to assist you. Also i'd suggest you rework your HTML, i would not make the background image part of the header. It's going to give you issues cutting off when expanded.
– Robert Perez
Nov 22 at 0:17






Can you please post some of your code? It might make it easier to assist you. Also i'd suggest you rework your HTML, i would not make the background image part of the header. It's going to give you issues cutting off when expanded.
– Robert Perez
Nov 22 at 0:17














3 Answers
3






active

oldest

votes

















up vote
5
down vote













This is probably because you are using rasterize graphics in low resolution, no vector graphics (SVG).






share|improve this answer





















  • This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
    – Nic3500
    Nov 22 at 3:33










  • Hi, I think that my explanation is clear enough. I assume that asking person knows, how to use graphical programs. Even if not, this is not a forum about graphical design, so I think, that giving instructions, about how to use the graphical software it's not my business
    – Maciej B
    Nov 22 at 11:49




















up vote
1
down vote













Your header image is a background-image with size of 50% so its size depends on the size of its container, and its container is a flexbox.






share|improve this answer




























    up vote
    1
    down vote













    As Maciej B. pointed out, vector graphics look better on large screens. This is because they store information about the shapes that form the picture, while raster graphics store the individual pixels. When the image is blown up or zoomed in, low-resolution raster graphics don't work well because there are now less pixels in a given space, or dots per inch (dpi). Higher dpi images can fix this, but vector is usually better. Because it saves the lines and shapes, the device can generate, or rasterize, this information into pixels it can display.






    share|improve this answer





















      Your Answer






      StackExchange.ifUsing("editor", function () {
      StackExchange.using("externalEditor", function () {
      StackExchange.using("snippets", function () {
      StackExchange.snippets.init();
      });
      });
      }, "code-snippets");

      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "1"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














       

      draft saved


      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53422139%2fwhy-does-my-header-image-appear-blurry-on-a-larger-screen%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      5
      down vote













      This is probably because you are using rasterize graphics in low resolution, no vector graphics (SVG).






      share|improve this answer





















      • This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
        – Nic3500
        Nov 22 at 3:33










      • Hi, I think that my explanation is clear enough. I assume that asking person knows, how to use graphical programs. Even if not, this is not a forum about graphical design, so I think, that giving instructions, about how to use the graphical software it's not my business
        – Maciej B
        Nov 22 at 11:49

















      up vote
      5
      down vote













      This is probably because you are using rasterize graphics in low resolution, no vector graphics (SVG).






      share|improve this answer





















      • This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
        – Nic3500
        Nov 22 at 3:33










      • Hi, I think that my explanation is clear enough. I assume that asking person knows, how to use graphical programs. Even if not, this is not a forum about graphical design, so I think, that giving instructions, about how to use the graphical software it's not my business
        – Maciej B
        Nov 22 at 11:49















      up vote
      5
      down vote










      up vote
      5
      down vote









      This is probably because you are using rasterize graphics in low resolution, no vector graphics (SVG).






      share|improve this answer












      This is probably because you are using rasterize graphics in low resolution, no vector graphics (SVG).







      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered Nov 22 at 0:14









      Maciej B

      513




      513












      • This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
        – Nic3500
        Nov 22 at 3:33










      • Hi, I think that my explanation is clear enough. I assume that asking person knows, how to use graphical programs. Even if not, this is not a forum about graphical design, so I think, that giving instructions, about how to use the graphical software it's not my business
        – Maciej B
        Nov 22 at 11:49




















      • This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
        – Nic3500
        Nov 22 at 3:33










      • Hi, I think that my explanation is clear enough. I assume that asking person knows, how to use graphical programs. Even if not, this is not a forum about graphical design, so I think, that giving instructions, about how to use the graphical software it's not my business
        – Maciej B
        Nov 22 at 11:49


















      This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
      – Nic3500
      Nov 22 at 3:33




      This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
      – Nic3500
      Nov 22 at 3:33












      Hi, I think that my explanation is clear enough. I assume that asking person knows, how to use graphical programs. Even if not, this is not a forum about graphical design, so I think, that giving instructions, about how to use the graphical software it's not my business
      – Maciej B
      Nov 22 at 11:49






      Hi, I think that my explanation is clear enough. I assume that asking person knows, how to use graphical programs. Even if not, this is not a forum about graphical design, so I think, that giving instructions, about how to use the graphical software it's not my business
      – Maciej B
      Nov 22 at 11:49














      up vote
      1
      down vote













      Your header image is a background-image with size of 50% so its size depends on the size of its container, and its container is a flexbox.






      share|improve this answer

























        up vote
        1
        down vote













        Your header image is a background-image with size of 50% so its size depends on the size of its container, and its container is a flexbox.






        share|improve this answer























          up vote
          1
          down vote










          up vote
          1
          down vote









          Your header image is a background-image with size of 50% so its size depends on the size of its container, and its container is a flexbox.






          share|improve this answer












          Your header image is a background-image with size of 50% so its size depends on the size of its container, and its container is a flexbox.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 22 at 0:22









          Maarti

          1,0141721




          1,0141721






















              up vote
              1
              down vote













              As Maciej B. pointed out, vector graphics look better on large screens. This is because they store information about the shapes that form the picture, while raster graphics store the individual pixels. When the image is blown up or zoomed in, low-resolution raster graphics don't work well because there are now less pixels in a given space, or dots per inch (dpi). Higher dpi images can fix this, but vector is usually better. Because it saves the lines and shapes, the device can generate, or rasterize, this information into pixels it can display.






              share|improve this answer

























                up vote
                1
                down vote













                As Maciej B. pointed out, vector graphics look better on large screens. This is because they store information about the shapes that form the picture, while raster graphics store the individual pixels. When the image is blown up or zoomed in, low-resolution raster graphics don't work well because there are now less pixels in a given space, or dots per inch (dpi). Higher dpi images can fix this, but vector is usually better. Because it saves the lines and shapes, the device can generate, or rasterize, this information into pixels it can display.






                share|improve this answer























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  As Maciej B. pointed out, vector graphics look better on large screens. This is because they store information about the shapes that form the picture, while raster graphics store the individual pixels. When the image is blown up or zoomed in, low-resolution raster graphics don't work well because there are now less pixels in a given space, or dots per inch (dpi). Higher dpi images can fix this, but vector is usually better. Because it saves the lines and shapes, the device can generate, or rasterize, this information into pixels it can display.






                  share|improve this answer












                  As Maciej B. pointed out, vector graphics look better on large screens. This is because they store information about the shapes that form the picture, while raster graphics store the individual pixels. When the image is blown up or zoomed in, low-resolution raster graphics don't work well because there are now less pixels in a given space, or dots per inch (dpi). Higher dpi images can fix this, but vector is usually better. Because it saves the lines and shapes, the device can generate, or rasterize, this information into pixels it can display.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Nov 22 at 0:28









                  LukeDev

                  155




                  155






























                       

                      draft saved


                      draft discarded



















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53422139%2fwhy-does-my-header-image-appear-blurry-on-a-larger-screen%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Trompette piccolo

                      Slow SSRS Report in dynamic grouping and multiple parameters

                      Simon Yates (cyclisme)