• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Change image size

Template "nflj_showcase_layout_article_view_item.css"

Code:
.showcaseArticleViewItem .articleImage
    {
        width: 10%;
        min-width: 200px;
        max-width: 350px;
    }
 
Hi,
how to change the image sizes on the home page?

View attachment 1664
ALL Layouts use the Showcase THUMBNAIL (so you have to change the Showcase Thumbnail settings and then rebuild showcase thumbnails). That particular layout is complex and dynamic (meaning that the size of the image expands and contracts based on several Responsive Break Points. You'd have to edit the CSS (and its not something that is just a single tweak, there are several parts to this, which is why I mentioned that its complex). If you are good with CSS, you shouldn't have much trouble figuring it out :)
 
Back
Top