Hura Tips Blog

How to disable scrolling on body?

How to disable scrolling on body?

0

How to disable scrolling on body?

What’s the best way to prevent the body tag scrolling. The easiest way is a simple CSS snippet:

And you must add this class (disable-scrolling) into body tag. Demo

Extracting all images from an article for a slideshow gallery

Extracting all images from an article for a slideshow gallery

0

Extracting all images from an article for a slideshow gallery

The below liquid code help you extract all images from an article.

You can use it to create a slideshow gallery.