peacemaker Expert Licensed User Longtime User Sep 14, 2022 #1 Hi, All Is there possibility in the latest ABM to automate image showing with some auto-scaling ? According to the screen size, container size... anyhow.
Hi, All Is there possibility in the latest ABM to automate image showing with some auto-scaling ? According to the screen size, container size... anyhow.
alwaysbusy Expert Licensed User Longtime User Sep 14, 2022 #2 with tmpImage.SetExtraStyle() you can do whatever you want with it. for example: B4X: tmpImage.SetExtraStyle("max-width: 100%; height: auto") Upvote 0
with tmpImage.SetExtraStyle() you can do whatever you want with it. for example: B4X: tmpImage.SetExtraStyle("max-width: 100%; height: auto")