Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Adjusting forum attachment image thumb size

Asked Modified Viewed 771 times
B
batbaru1
B
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
asked
Member

Can anyone share information on how/where I might be able to adjust the forum attachment image thumb size to a more viewable size? Default size is a bit too small for my preference. I searched for possible answers in these forums but only found possibles for earlier version of PHP-F. I'm on v9.03.110.
0 replies

2 posts

R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

Paste it into your theme styles.css. Just set width and height as you like (If you also have styles.min.css, delete this file and keep only styles.css)
.attachments-list img {
 width: 100px !important;
 height: auto !important;
}
0 replies
B
batbaru1
B
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
answered
Member

Thank you, it was exactly what I was looking for!
0 replies

Labels

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

B
B
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
R
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet