You need to sign in to do that
Don't have an account?

Resizing image in Rich Text Area field
Hi,
In my lead object I have created Rich text Area fields to store the images.
I want to use this field in my VF page but I want a fixed size of image.
When I am using that field in my VF page, actual size of Image is coming. I have used the Style sheet to resize the image but it is not working.
Please help me to resize the image present in Rich Text Area field.
Thanks,
Avinash
I have tried. But it is not working
.sfdc_richtext img{
border: 0;
height: 250px;
width: 300px;
}
</style>
use this style in your visualforce page. it will work