PHP Classes

File: public/public/modules/theme-business/js/vendor/demo-cleaning-services.js

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   LaraCMS   public/public/modules/theme-business/js/vendor/demo-cleaning-services.js   Download  
File: public/public/modules/theme-business/js/vendor/demo-cleaning-services.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: LaraCMS
Content management system based on Laravel
Author: By
Last change:
Date: 1 year ago
Size: 370 bytes
 

Contents

Class file image Download
(function($){'use strict';function aspectRatioSVG(){if($(window).width()<2000){$('svg[preserveAspectRatio]').each(function(){$(this).attr('preserveAspectRatio','xMinYMin');});}else{$('svg[preserveAspectRatio]').each(function(){$(this).attr('preserveAspectRatio','none');});}} aspectRatioSVG();$(window).on('resize',function(){aspectRatioSVG();});}).apply(this,[jQuery]);