Hi all. Not a lot of knowledge of html here, as you can tell, so this will probably be a very easy answer.
I'm trying to show an image in a freeform list. My original component values / image files are kept in a folder, not base64. HTML, not PG. All CRUD operations work as expected.
The problem I'm have is not being able to scale the image within the borders of Alpha's device emulator, responsive way. I don't need a thumbnail and showing a scaled original picture is fine for now. Trying to avoid any device or browser special html code, css, extra js code etc. It must be something simple. I'm fine with putting a container around the list, filling the container or not. Or having it in a table html tags. And it's Ok, even desirable, to scale a smaller picture into a larger - not only the other way around. Don't want the image to spill over out of the screen's borders. I can scroll vertically through the list. It works well for long text fields, it probably works for pictures. I just don't know how.
To illustrate the problem, I'm attaching a simple component with two fields in the list. Static with a Name and link to a jpg. I have the same issue in this sample. Tried variations of width solutions in the div styling, no luck.
Thanks!
Sime
PS AA v4.2 (v12.4.2), build 3670 / sys-addins 4684
I'm trying to show an image in a freeform list. My original component values / image files are kept in a folder, not base64. HTML, not PG. All CRUD operations work as expected.
The problem I'm have is not being able to scale the image within the borders of Alpha's device emulator, responsive way. I don't need a thumbnail and showing a scaled original picture is fine for now. Trying to avoid any device or browser special html code, css, extra js code etc. It must be something simple. I'm fine with putting a container around the list, filling the container or not. Or having it in a table html tags. And it's Ok, even desirable, to scale a smaller picture into a larger - not only the other way around. Don't want the image to spill over out of the screen's borders. I can scroll vertically through the list. It works well for long text fields, it probably works for pictures. I just don't know how.
To illustrate the problem, I'm attaching a simple component with two fields in the list. Static with a Name and link to a jpg. I have the same issue in this sample. Tried variations of width solutions in the div styling, no luck.
Thanks!
Sime
PS AA v4.2 (v12.4.2), build 3670 / sys-addins 4684
Comment