Viewing Images

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
Jhstephenson
Posts: 297
Joined: Wed Apr 22, 2015 11:44 pm

Viewing Images

Post by Jhstephenson »

In the app I am working on there is a Media BO that can contain either images or videos.

When we click on the image name to view them they come up zoomed in about 200% and we have to scroll to see more of the image (up and down).

Is there a way to set what sizing I want to see the image at when I view it?

The same thing happens when I do it with html. I have a column on the form set to html with code that looks like this:

<div style="width:25%; height:25%;">
<<MediaFiles.Image>>
</div>

And it still comes up zoomed in way bigger than I want.
I have also tried the html as:

<div style="width:256px; height:256px;">
<<MediaFiles.Image>>
</div>

But it does the same thing.

Am I missing something here?
Post Reply