• Hi,
    I have a custom field which is for an image upload. It appears in the editor, not on the site. It works fine but right now the thumbnail that appears is tiny. How can I adjust that? A screenshot is here
    It would also be nicer if the thumbnail was to the right of the buttons etc, instead of below, but that is not as important.
    thanks
    mark

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes this should be possible.

    You will need to add your own style sheet Or add this rule to the admin styles in the configuration screen:

    .dl_file img {
    width: 100px !important;
    height: auto !important;
    }

    The above code will make the thumbnail always 100px wide.

    Thread Starter mgason

    (@mgason)

    Thanks,
    I got that working.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS for custom fileds? make thumbnail bigger’ is closed to new replies.