Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I've tried the signature area bit, it just stretches it past the postbit and not really what I want to achieve. Is there no way to make it align with the bottom of the postbit (and stretch the postbit with it) I've seen it on another forum so should look fine. It's just weird seeing a long postbit and the main content area half way up on short posts if they have no signature.
And cheers
<xen:comment>Limiting image sizes in signatures</xen:comment>
<xen:if is="@enableResponsive">
@media (min-width:700px) {
.signature.messageText img {
max-height: 200px !important;
max-width: 500px !important;
}
}
@media (min-width:481px) {
.signature.messageText img {
max-height: 125px;
}
}
</xen:if>