The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Quote:
|
#12
|
|||
|
|||
Quote:
The more I look at this however, it appears to be something that is a mobile device issue that I am going to reach out to the style author about as when I look at this on a PC, this appears OK --------------- Added [DATE]1564662217[/DATE] at [TIME]1564662217[/TIME] --------------- Quote:
color me confused - what is a media query? --------------- Added [DATE]1564662265[/DATE] at [TIME]1564662265[/TIME] --------------- wonderful |
#13
|
|||
|
|||
Quote:
|
#14
|
||||
|
||||
You could use something like the following in your css_additonal.css template:
@media only screen and (max-width: 1080px) .postbitlegacy .userinfo .postuseravatar img, .eventbit .userinfo .eventuseravatar img { max-width: 75%; @media only screen and (max-width: 768px) .postbitlegacy .userinfo .postuseravatar img, .eventbit .userinfo .eventuseravatar img { max-width: 50%; @media only screen and (max-width: 480px) .postbitlegacy .userinfo .postuseravatar img, .eventbit .userinfo .eventuseravatar img { max-width: 25%; You will need to adjust the percentages based upon what you want to see at each screen size. |
2 благодарности(ей) от: | ||
scottkoz20, z3r0 |
#15
|
|||
|
|||
I'll have to look at this more once I'm back in my office tomorrow - I have the idea of what needs to be done. In the additional.css file there are breakouts for the various size screens so I will need to look at this further.
would I need to do something like .postbitlegacy .userinfo .postuseravatar img, .postbit .userinfo .postuseravatar img, .eventbit .userinfo .eventuseravatar img { max-width: 25%; for capturing both the PB and PB legacy? Thank you all for the assistance - much appreciated. |
#16
|
|||
|
|||
If you want to apply it for postbit as well postbit legacy then you may use something like this:
.userinfo img { max-width: 50% !important; } Instead of using percentages, I think it might be better to use fixed pixel values at different breakpoints. |
#17
|
|||
|
|||
Quote:
The code here adding the .postbit does what I needed. I did reduce this to 30% at this point. Everyone that helped, I thank you greatly for this. Scott |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|