function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tarun KommuriTarun Kommuri 

How to create display the mobile phones in visualforce page

How to create visualforce page
balraj singh 33balraj singh 33
You will need to add image as a static resource and then use that in your VF page 
Tarun KommuriTarun Kommuri
I have created static resource already 
balraj singh 33balraj singh 33
Use that static resource in your VF then 
Ajay K DubediAjay K Dubedi
Hi Tarun,
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