/s/MeanwhileOnGLP (part of the image is hidden by the scrollbar (pic8.co))
.subbanner {
display: grid;
margin: auto;
position: relative;
width: 100vw !important;
height: 10vw;
background-size: 100% !important;
background: url(%%banner%%) no-repeat center;
background-position: top center;
}
- This is the default template I use for all my banners.
/s/Jewspiracy (image fits but is too small (pic8.co))
.subbanner {
display: grid;
margin: 0px;
margin-left: -0.5vw !important;
position: relative;
width: 100vw !important;
height: 11vw;
background-size: 96% !important;
background: url(%%banner%%) no-repeat center;
background-position: top center;
}
/s/MeanwhileOnGLP ([part of the image is hidden by the scrollbar](https://pic8.co/sh/4VxlMu.png))
```
.subbanner {
display: grid;
margin: auto;
position: relative;
width: 100vw !important;
height: 10vw;
background-size: 100% !important;
background: url(%%banner%%) no-repeat center;
background-position: top center;
}
```
- This is the default template I use for all my banners.
/s/Jewspiracy ([image fits but is too small](https://pic8.co/sh/nxRd4T.png))
```
.subbanner {
display: grid;
margin: 0px;
margin-left: -0.5vw !important;
position: relative;
width: 100vw !important;
height: 11vw;
background-size: 96% !important;
background: url(%%banner%%) no-repeat center;
background-position: top center;
}
```
(post is archived)