Resizing Comment Images and Text

If you have any questions or comments about these myspace codes, please post them here.

Resizing Comment Images and Text
One thing you need to know about this is that Myspace has a feature that you can able or disable preventing large comments from stretching your page. To check to see what it is set on you can find it under Account Settings - Miscellaneous. Under Comments Stretching.

If you have the new feature enabled, you can use this new code to control the images sizing, but it will make all images in your comments the same size.

<style>
.a {resize comments images and videos}
.columnsWidening object {width:254px; height:213px;}
.columnsWidening img {width:300px;}
</style>

If you have the new feature DISABLED (enabled is the default setting) then you can go back to using the old code for resizing image comments:

<style>
.a {resize comments images and videos}
.a {must disable myspace code to use this}
.columnsWidening object {width:260px; height:213px;}
.columnsWidening img {max-width:260px; _width:260px;}
</style>

No comments:

Post a Comment