Re: How to scale the content of the Browser Widget

2021-07-14 Thread matthias rebbe via use-livecode
@Ralph @Keith Thank you very much for your suggestions. I will try. Regards, Matthias > Am 14.07.2021 um 08:27 schrieb Keith Clarke via use-livecode > : > > An idea extending Ralph's suggestion to use html, along with styling to do > the heavy lifting rather than JavaScript. A div with a

Re: How to scale the content of the Browser Widget

2021-07-14 Thread Keith Clarke via use-livecode
An idea extending Ralph's suggestion to use html, along with styling to do the heavy lifting rather than JavaScript. A div with a background image might do the trick... Image title ...where: ... 'vh' is viewport height units (as percentage) and '2rem' leaves some space for the image title,

RE: How to scale the content of the Browser Widget

2021-07-13 Thread Ralph DiMola via use-livecode
One way... Create a local html template and replace an href place holder in the template to the url of the web server image. Then load the template page into the browser widget and let html do the resizing heavy lifting. This will not break cors. Ralph DiMola IT Director Evergreen Information

How to scale the content of the Browser Widget

2021-07-13 Thread matthias rebbe via use-livecode
Hi, i need to display jpeg images in the browser widget. The images are stored on a webserver and i have no control about the size of the images. What i can say is that the images are larger than the browser widget area. Is there a way to scale the images so they are fully visible in the