Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4229
Latest: Ghost
New This Month: 3
New This Week: 0
New Today: 0
Stats
Total Posts: 43074
Total Topics: 7493
Most Online Today: 108
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 31
Total: 31

Author Topic: SMF 2.1.4  (Read 694 times)

0 Members and 1 Guest are viewing this topic.

Offline Anmer

  • SMF Gallery Pro Customer
  • Full Member
  • *****
  • Posts: 104
    • View Profile
SMF 2.1.4
« on: July 17, 2023, 03:54:01 am »
Upgraded from 2.0.19 to 2.1.4.

Under 2.0.19 the Category Image was larger and the detail visible.  Under 2.1.4 the images are much smaller and not as clear.  Is this a fixed size?  See attached.

And as for Gallery Pro, I seem to have "lost" the Theme for the Category Name bar and background colour?

Offline Anmer

  • SMF Gallery Pro Customer
  • Full Member
  • *****
  • Posts: 104
    • View Profile
Re: SMF 2.1.4
« Reply #1 on: July 18, 2023, 03:26:20 pm »
Just in case this message got missed.  About the image size?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16353
    • View Profile
Re: SMF 2.1.4
« Reply #2 on: July 18, 2023, 11:53:46 pm »
That is changed in SMF 2.1 due to responsive themes.
This property in the index.css sets it

Code: [Select]
/* Prevent inputs and images overflowing */
img, input, select, textarea {
max-width: 100%;
}
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Anmer

  • SMF Gallery Pro Customer
  • Full Member
  • *****
  • Posts: 104
    • View Profile
Re: SMF 2.1.4
« Reply #3 on: July 21, 2023, 12:54:00 am »
Thanks.

When I set the max-width to 50%, the image appears smaller.

Above 100%, the image height displays higher but the width shows the same but with a scroll bar.  The area in which the image displays appears to have a fixed width?  That's using Chrome.

Using Firefox the enlarged image displays without a scroll bar but overlays the text.

Is there a way around this?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16353
    • View Profile
Re: SMF 2.1.4
« Reply #4 on: July 21, 2023, 10:57:18 pm »
I believe you can change the scrollbars with adding overflow: hidden;
You can also play with removing the max-width property and see how it goes.

Code: [Select]
/* Prevent inputs and images overflowing */
img, input, select, textarea {
max-width: 100%;
overflow: hidden;
}
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Anmer

  • SMF Gallery Pro Customer
  • Full Member
  • *****
  • Posts: 104
    • View Profile
Re: SMF 2.1.4
« Reply #5 on: July 22, 2023, 02:57:39 am »
Thanks.

Removing the max-width property resolved it.
Like Like x 1 View List

 

+- Recent Topics

Version 6.1.6 issues by davejo
Today at 02:21:44 pm

Follow / Follower Mod? by SMFHacks
September 23, 2023, 08:44:44 am

Looking for a good video player by replayuk
September 23, 2023, 12:17:39 am

[Mod]Discord Web Hooks by SMFHacks
September 22, 2023, 03:57:28 pm

SMF 2.1.4 Search by Anmer
September 22, 2023, 01:55:15 pm

Error in thise mode by Ghost
September 15, 2023, 08:42:24 am

Gallery Selection List Order by mickjav
September 07, 2023, 12:46:31 pm

[Mod]Tidy Child Boards 2.0 by Norwinjose
September 02, 2023, 11:42:54 am

PrettyUrls SEO Pro: Unable to submit sitemap to google search conmsole by SMFHacks
August 31, 2023, 10:55:22 am

PrettyURL - SEO4SMF Rewrites? by SMFHacks
August 28, 2023, 06:35:33 pm

Powered by EzPortal