How do I make a large header like this without stretching the picutre?
-
Hi, I am trying to create a header just like this:
https://iso.500px.com/5-creative-diy-lighting-ideas-you-have-to-try/
where the image is big with text and hyperlinks I can add to it. Is there a plug in I can use?
here is the code I currently have in my style.css:
.entry-background {
background-position: center;
background-size: contain;
height: 620px;
left: 0;
padding: 0px;
position: relative;
width: 100%;
margin-top: 55px;the problem with this is the background repeats itself. If I change it to “cover” the picture is then stretched out and pixelated. If I add in no repeat background, it just cuts off part of the picture and shows white instead.
any ideas? Or plug-ins?
- The topic ‘How do I make a large header like this without stretching the picutre?’ is closed to new replies.