View Single Post
  #2  
Old Posted Jan 29, 2018, 4:01 PM
jc5680's Avatar
jc5680 jc5680 is offline
Registered User
 
Join Date: Oct 2007
Location: LA
Posts: 1,368
Quote:
Originally Posted by bnk View Post
pls master tell me how you did this?
If you use your browser's developer tools, you can inspect the element to find the full path for the image file. If the host website enables hot linking you can post that path into the insert image option here. (with credit of course)

The whole thing should have an http(s) as well as an image file extension: http://www.site.com/name.jpg

How sites insert images vary though. Sometimes they embed as a background so the url is buried in a CSS file. Sometimes they put transparent layers on top so you can't simple context click and select copy image path. Sometimes the files have extra parameters after the file extension that you don't need but you could edit to adjust things like size or quality.
Reply With Quote