You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the .min.js gallery should it use THEME.min.css?
For example, in galleria/dist/themes/azur/demo-cdn.html it load galleria.azur.min.css and galleria.azur.css ?
I altered the code galleria.azur.min.js in my localhost from:
{return b.addTheme({name:"azur",version:1.6,author:"Galleria",css:"galleria.azur.css"
to
{return b.addTheme({name:"azur",version:1.6,author:"Galleria",css:"galleria.azur.min.css"
And loaded only galleria.azur.min.css.
is there any configuration to use only the .min css file because it seems to me that when we use .min js it does not use .min css?
The text was updated successfully, but these errors were encountered:
Hello everyone,
When using the .min.js gallery should it use THEME.min.css?
For example, in galleria/dist/themes/azur/demo-cdn.html it load galleria.azur.min.css and galleria.azur.css ?
I altered the code galleria.azur.min.js in my localhost from:
{return b.addTheme({name:"azur",version:1.6,author:"Galleria",css:"galleria.azur.css"
to
{return b.addTheme({name:"azur",version:1.6,author:"Galleria",css:"galleria.azur.min.css"
And loaded only galleria.azur.min.css.
is there any configuration to use only the .min css file because it seems to me that when we use .min js it does not use .min css?
The text was updated successfully, but these errors were encountered: