Jump to content
View in the app

A better way to browse. Learn more.

Forum Supreme-Elite

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Comment ajouter des filtres Instagram-Like à votre projet web ?

Featured Replies

Si vous cherchez un moyen d'intégrer des filtres graphiques semblables à ceux d'Instagram dans votre nouveau projet, pas la peine de réinventer la roue.

Grâce à la bibliothèque CSSgram, vous allez pouvoir appliquer directement des filtres sur vos images, directement en CSS.

http://korben.info/wp-content/uploads/2016/01/capture-decran-2016-01-31-19.58.17-650x429.png

Pour l'utiliser, téléchargez CSSgram, puis linkez la feuille de style dans votre projet :

<link rel="stylesheet" href="css/vendor/cssgram.min.css">

Et ajouter la classe de votre choix à l'élément figure qui contient votre image. Comme ceci :

<figure class="aden">

<img src="../img.png">

</figure>

Voici les filtres disponibles qui correspondent à ceux d'Instagram :

1977: class="_1977"

Aden: class="aden"

Brooklyn: class="brooklyn"

Clarendon: class="clarendon"

Earlybird: class="earlybird"

Gingham: class="gingham"

Hudson: class="hudson"

Inkwell: class="inkwell"

Lark: class="lark"

Lo-Fi: class="lofi"

Mayfair: class="mayfair"

Moon: class="moon"

Nashville: class="nashville"

Perpetua: class="perpetua"

Reyes: class="reyes"

Rise: class="rise"

Slumber: class="slumber"

Toaster: class="toaster"

Walden: class="walden"

Willow: class="willow"

X-pro II: class="xpro2"

Si vous utilisez Sass, vous pouvez aussi étendre vos styles avec ceux de CSSgram.

Sympa non ?



Voir l'article complet

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.