Site with horizontal navigation

Asked

Viewed 84 times

3

I need to do a photo gallery on my website. This gallery will be in the Metroui style, with images of different sizes and the page sliding horizontally.

The page would grow as the number of images saved in the database.

You can only do this with CSS or you need some script?

1 answer

4


Metroui is a front-end framework that has an interface similar to Windows 8.

For your occasion, the Tiles section fits perfectly.

An example of a page using Metroui

http://wsnippets.com/demo/windows8/

Demonstração MetroUI

The link to the documentation and download framework is as follows:

https://metroui.org.ua/

  • Hi Victor, that’s exactly it. Do you know any way to do this without using this framework?

  • If you need animations and visual effects to be really close to Metroui, I believe that the least expensive would be using the framework, CSS and pure Javascript would cost you double or triple the time to develop. Are there any obstacles for you to use the framework?

  • No, I just wanted the images to be in this format and the effect of the page to grow even horizontally. So I’m already using a framework and no fear of giving any conflict between them.

  • Unfortunately using pure CSS and JS I can’t help you. But I believe that the chance of conflict between frameworks is minimal, I’ve used Metroui with Bootstrap, jQuery and Angularjs without any problems.

  • Got it. I’m using Materialize. Well, I’ll try to use both together to see if there’s no problem. Thanks for the help!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.