DVD Talk Forum

DVD Talk Forum (https://forum.dvdtalk.com/)
-   Forum Feedback and Support (https://forum.dvdtalk.com/forum-feedback-support-4/)
-   -   Image Auto Scaling (https://forum.dvdtalk.com/forum-feedback-support/633816-image-auto-scaling.html)

SterlingBen 04-03-16 01:07 PM

Image Auto Scaling
 
For the most part I like this new feature but is there any bit of code or something where we can lock proportions of certain images?

Auto scaling is really squishing some of my images here
http://forum.dvdtalk.com/dvd-talk/63...l#post12760542

But if you view just my post it looks fine...
http://forum.dvdtalk.com/12760542-post20.html

Also when you are editing preview only accounts for your post being looked at individually as opposed to how it will look in the larger thread.

ibobi 04-04-16 09:33 PM

Re: Image Auto Scaling
 
I would upload smaller images.

SterlingBen 04-05-16 01:44 AM

Re: Image Auto Scaling
 
The big image is not the problem it is the small ones that I am having issues with (the blu-ray covers). They look fine in individual post form (on the right) at 150 pixels in width. But they are getting squished downed to like 60 pixels in the main thread (on the left).

http://i.imgur.com/Qgs8wpe.jpg

Is there anything that can be done on either end to fix this?

ibobi 04-05-16 07:13 PM

Re: Image Auto Scaling
 
You can post them in Advanced using Manage Attachments instead...

SterlingBen 04-05-16 11:28 PM

Re: Image Auto Scaling
 

Originally Posted by IBobi (Post 12769695)
You can post them in Advanced using Manage Attachments instead...

I don't have this option. When I go to advance it shows:


http://i.imgur.com/ykpbENc.jpg

ibobi 04-06-16 07:32 PM

Re: Image Auto Scaling
 
Hmmm... I am not sure why your images are having scaling issues and others are not? Maybe you can ask them how theirs are formatted?

Adam Tyner 04-07-16 07:52 AM

Re: Image Auto Scaling
 
Ben:

You're not defining the width for any of the columns in your table. If you change:

Code:

<td bgcolor="#000000"><div align="center"><img src="http://i.imgur.com/68OpbEr.jpg?1" border="0" alt="" class="post_inline_image"></div></td>
to

Code:

<td bgcolor="#000000" style="width:150px"><div align="center"><img src="http://i.imgur.com/68OpbEr.jpg?1" border="0" alt="" class="post_inline_image"></div></td>
...it'll display the way you want. Defining the widths for the images would work too as an alternative. Without defining one or the other, your web browser is basically just guessing what the proportions should be.

ibobi 04-07-16 05:56 PM

Re: Image Auto Scaling
 

Originally Posted by Adam Tyner (Post 12771011)
Ben:

You're not defining the width for any of the columns in your table. If you change:

Code:

<td bgcolor="#000000"><div align="center"><img src="http://i.imgur.com/68OpbEr.jpg?1" border="0" alt="" class="post_inline_image"></div></td>
to

Code:

<td bgcolor="#000000" style="width:150px"><div align="center"><img src="http://i.imgur.com/68OpbEr.jpg?1" border="0" alt="" class="post_inline_image"></div></td>
...it'll display the way you want. Defining the widths for the images would work too as an alternative. Without defining one or the other, your web browser is basically just guessing what the proportions should be.

TY Adam.

SterlingBen 04-07-16 06:00 PM

Re: Image Auto Scaling
 
Thank you, I appreciate the info. My BB skill is lacking. Is there any particular source you suggest I check in the future for specific coding issues?

CRM114 04-13-16 10:07 AM

Re: Image Auto Scaling
 
Is there a way to control image size? Does regular HTML work?

wishbone 04-13-16 10:25 AM

Re: Image Auto Scaling
 
http://i.imgur.com/BcVjpcZ.jpg

As long as HTML code is set to "On" you should be able to use height and width attributes to scale images.

CRM114 04-15-16 07:52 AM

Re: Image Auto Scaling
 
But I don't think we can turn that on and off ourselves. ??


All times are GMT -5. The time now is 04:26 AM.


Copyright © 2024 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.