From 3886010c0d3173458f17b5dbd5bceeacbefa0aff Mon Sep 17 00:00:00 2001 From: Kyle Morel Date: Wed, 5 Apr 2023 15:21:25 -0700 Subject: [PATCH] Cap image width to container width --- frontend/src/views/HomeView.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue index d67cd598..421a5ec5 100644 --- a/frontend/src/views/HomeView.vue +++ b/frontend/src/views/HomeView.vue @@ -29,7 +29,7 @@ const { getConfig } = storeToRefs(useConfigStore());

This website uses the Common Object Management Service so IDIR and BCeID - users can
upload and share files with each other. + users can
upload and share files.

@@ -58,7 +58,7 @@ const { getConfig } = storeToRefs(useConfigStore());

- With BCBox, you can use low-cost object storage for your files,
+ With BCBox, you can use low-cost object storage for your files, images and documents.

@@ -82,7 +82,7 @@ const { getConfig } = storeToRefs(useConfigStore());

You can assign custom permissions to other users through IDIR or BCeID authentication.

- You can also choose to share files with public links. + IDIR users can also choose to share files with public links. Contact your organization's privacy and security teams to see if this fits your intended use. Make sure you don't upload personal or private information without the consent of your Ministry Privacy Officer. @@ -188,3 +188,9 @@ const { getConfig } = storeToRefs(useConfigStore());

+ +