1. 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

Discussion in 'Showcase Support' started by hollosch, May 1, 2015.

  1. hollosch

    hollosch New Member AMS Premium UBS Premium

    Hi,
    how to change the image sizes on the home page?

    SCREEN#174-20150501.png
     
  2. BT012SS

    BT012SS Active Member AMS Premium Showcase Pickem

    Template "nflj_showcase_layout_article_view_item.css"

    Code:
    .showcaseArticleViewItem .articleImage
        {
            width: 10%;
            min-width: 200px;
            max-width: 350px;
        }
     
  3. Bob

    Bob Developer Staff Member

    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 :)
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.