• Reminder: Do not call, text, or mention harrassing someone in real life. Do not encourage it. Do not talk about killing or using violence against anyone, or engaging in any criminal behavior. If it is not an obvious joke even when taken out of context, don't post it. Please report violators.

    DMCA, complaints, and other inquiries:

    [email protected]

Opie and Anthony Reddit Forums

quasi101

the $83,736.99 fugitive
Forum Clout
77,887
  • Deleted by N/A
16, don't know dick about the internet, add some css like this:

CSS:
@media only screen and (max-width: 650px) {
    .has-js .p-header {
    display: block !important;
    background-size: cover;
    }
}

The edges of the image will get cut off, so so so so, if you want it to fit properly without being cut off or squished, you'd have to make a variation of the header that has a more suitable ratio and do the same as above but point it towards the mobile one instead:

CSS:
@media only screen and (max-width: 650px) {
    .has-js .p-header {
    display: block !important;
    background: #185886 url(data/assets/style_properties/forumbannergibfather__mobile.png);
    }
}

the problem is on mobile its too small so a banner doesn't make sense. Its just a black rectangle basically.. Anyway no tech faggotry itt. forum culture etc.
 
Top