fix media preview for tablet and desktop

This commit is contained in:
tiago.kayaya
2021-12-07 17:25:09 +01:00
parent dc8ecf885a
commit 5846acd629
13 changed files with 214 additions and 25 deletions
+4
View File
@@ -223,6 +223,10 @@ const routes = [
{
path: 'custom-image-cache',
loadChildren: () => import('./services/file/custom-image-cache/custom-image-cache.module').then( m => m.CustomImageCachePageModule)
},
{
path: 'view-media',
loadChildren: () => import('./modals/view-media/view-media.module').then( m => m.ViewMediaPageModule)
},