Hi Guys,
I am new to ui5 sorry for noob question.I searched all post before posting here.Help me build my first complete app using ui5.
I have following few questions related to setting image in ui5
- I am using the following location were the image is located.I get error "GET http://localhost:8080/UI5_Basic_xml_login/images/logo.png 404 (Not Found)" how to fix this issue
<Image src="images/logo.png">
- For the background of the login page i had set image via style now the problem is the image is fit exact its been cut or stretched how to make complete image fit exactly in the space?.Also is it possible to make the background image resolution responsive to different size window?
Existing issue
wanted like this
- I am using a splitapp but its not having the background.how to bring the background shade.also it is possible to change it to some image background? I am using XML view
splitapp i am using with no background shade
splitapp with background shade.
thanks