BST thread question

meenakshi1163

Regular Member
Jr. VIP
Joined
Jul 30, 2018
Messages
447
Reaction score
87
Hi,
I want to create a bst thread. I am going to create a graphics for it. Can someone tell me whats the dimension to create graphics in BST? Like, what should be the appropriate width?

Not sure how responsive part is handled by BHW. But, a rough idea on width should help me out.

Thanks
 
Try width 1050 or 1100 pix. Height depends upon the content.

For a quality image make resolution 300
 
Check some of the thread you like. Open the image and see the full size. ;)
 
Try width 1050 or 1100 pix. Height depends upon the content.

For a quality image make resolution 300

Incorrect. The DPI aka Dots Per Inch doesn't matter when viewed on a screen. All the screen cares for are pixels.

The 300 resolution image and one with 72 DPI will both look the same on a screen, but print differently.

Making an image 300 DPI will put an unnecessary load on the file and make the image file bigger in size, thereby taking longer to load.
 
Back
Top