Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Create static resource in your org then use the above code on vf page and change url with your static resource url.If still need modifications do let me know.
<apex:image url="{!URLFOR($Resource.Test, 'images/mobile.jpg')}" width="50" height="50" alt="Mobile img"/>
I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks,
Ajay Dubedi