npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

foundation-textmedia

v1.1.3

Published

Text & Media for Foundation for Sites

Readme

Text & Media for Foundation for Sites

Requirements

Installation

bower install foundation-textmedia

Usage

Import foundation-textmedia.sass to your Sass preprocessing chain after the import of Foundation for Sites Version 6.4.x.

Example from demo.sass:

@import foundation
@import foundation-textmedia

If you want to use the compiled css files for your project (including Foundation) use a copy of demo.css or demo.min.css.

Settings

You can set or override the default textmedia settings defined in foundation-textmedia.sass. For details see the comments in that file.

Demo

http://tan3.github.io/foundation-textmedia

Options

Media position: The media item(s) can be placed at different positions around the text.

  • Above [media--above]
  • Below [media--below]
  • Beside [media--beside]
  • Intext [media--intext]

Media alignment: Additional to the position option you can align the media.

  • Left (Default)
  • Center [media--center] (only for positions: Above, Below)
  • Right [media--right]

Media columns: Add multiple media columns to the textmedia element. Define the columns for the media items with the data-media-columns attribute on the media__item element.

Media columns override: Override the columns for an media item with the data-media-columns-override attribute on the media__column element.

Video: Embed a Vimeo or YouTube video with the media__video element. Use the variant media__video--widescreen for a video with a widescreen format.

fancyBox license

In the demo fancyBox is used to show media items in a lightbox. Do not forget to purchase a fancyBox license for the use on commercial websites.

Development

Requirements

Initialize project

bower install
npm install

Gulp tasks

Start Browsersync and watch .sass and .html file changes.

gulp

Copy assets from bower components and update the stylesheet file for the demo site.

gulp build