nvisionative / nvQuickTheme

nvQuickTheme is more than just a great minimalist DNN (DotNetNuke) theme. It is a powerful theme building framework and developer workflow.
https://nvisionative.github.io/nvQuickTheme/
Other
41 stars 40 forks source link

Add browser detection for determining WebP support #253

Closed david-poindexter closed 3 years ago

david-poindexter commented 3 years ago

Is your feature request related to a problem?

Once WebP support has been added via #250 we will need to add browser detection capabilities, specifically for determining support for WebP.

Describe the solution you'd like

We should use Modernizr for this purpose. For now, we can limit the scope to only detection for WebP.

Describe alternatives you've considered

n/a

Additional context

n/a