U
U
Underdoggit2018-05-15 11:59:45
Layout
Underdoggit, 2018-05-15 11:59:45

How to properly disable a plugin on a mobile device?

There is a plugin https://isotope.metafizzy.co/, how to properly disable it on a mobile device? To align all blocks manually

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene Chefranov, 2018-05-15
@Underdoggit

If the window size is more than 768px, enable the plugin

if ($(window).width() > 768) {
         // здесь код инициализации плагина
};

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question