2017 © Pedro PelĂĄez
 

craft-plugin mediaflow-craft

Mediaflow Craft plugin

image

mediaflow/mediaflow-craft

Mediaflow Craft plugin

  • Thursday, June 4, 2015
  • by nervetattoo
  • Repository
  • 6 Watchers
  • 0 Stars
  • 10 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 15 Open issues
  • 17 Versions
  • 0 % Grown

The README.md

Mediaflow plugin for Craft

Craft CMS Keyteq Mediaflow plugin. Read more Visit Mediaflow!, (*1)

Install

The easy and clean way

  1. composer require mediaflow/mediaflow-craft:~1.0
  2. Modify your public/index.php to autoload depdendencies by adding this as the second to last line:, (*2)

    require __DIR__ . '/../vendor/autoload.php';
    

    This is only required once for all plugins using composer, (*3)

The hard Crafty way

  1. Open the list of releases
  2. Download the zip file for the desired release
  3. Unpack the zip file to plugins/mediaflow/

Example of usage

Definition of crop sizes

You can define crop sizes in the Mediaflow custom fields, (*4)

{"main":[400,500],"list-view":[500,300],"thumb":[100,100],"content-head":[800,316]}

In your template you can do the following:, (*5)

<img src="{{ entry.yourImage.url('list-view') }}" />

Generating a media preview URL

<img src="{{entry.mediaflowField.url({width: 100,height: 100}) }}" />

Example with Foundation Interchange

{% set media = entry.mediaflowField %}
<img data-interchange="
    [{{ media.url({width:width,height:height,quality:90}) }}, (default)],
    [{{ media.url({width:width,height:height,quality:90}) }}, (large)]
">
<noscript>
    <img src="{{media.url({width:width,height:height,quality:90}) }}">
</noscript>

Using Picturefill.js

, (*6)

The Versions

04/06 2015

dev-dev

dev-dev

Mediaflow Craft plugin

  Sources   Download

MIT

The Requires

 

by Krzysztof HasiƄski

22/05 2015

dev-master

9999999-dev

Mediaflow Craft plugin

  Sources   Download

MIT

The Requires

 

by Krzysztof HasiƄski

16/01 2015

v0.3.3

0.3.3.0

Mediaflow Craft plugin

  Sources   Download

MIT

The Requires

 

by Krzysztof HasiƄski

12/01 2015

v0.3.2

0.3.2.0

Mediaflow Craft plugin

  Sources   Download

MIT

The Requires

 

by Krzysztof HasiƄski

17/12 2014

v0.3.1

0.3.1.0

Mediaflow Craft plugin

  Sources   Download

MIT

The Requires

 

by Krzysztof HasiƄski

17/12 2014

v0.3.0

0.3.0.0

Mediaflow Craft plugin

  Sources   Download

MIT

The Requires

 

by Krzysztof HasiƄski

22/10 2014

v0.2.1

0.2.1.0

Mediaflow Craft plugin

  Sources   Download

MIT

The Requires

 

by Krzysztof HasiƄski

22/10 2014

v0.2.0

0.2.0.0

Mediaflow Craft plugin

  Sources   Download

MIT

The Requires

 

by Krzysztof HasiƄski

02/06 2014

v0.1.3

0.1.3.0

Mediaflow Craft plugin

  Sources   Download

MIT

The Requires

 

by Krzysztof HasiƄski

21/05 2014

v0.1.2

0.1.2.0

Mediaflow Craft plugin

  Sources   Download

MIT

The Requires

 

by Krzysztof HasiƄski

21/05 2014

v0.1.1

0.1.1.0

Mediaflow Craft plugin

  Sources   Download

MIT

The Requires

 

by Krzysztof HasiƄski

20/05 2014

v0.1.0

0.1.0.0

Mediaflow Craft plugin

  Sources   Download

MIT

The Requires

 

by Krzysztof HasiƄski

19/05 2014

v0.0.9

0.0.9.0

Mediaflow Craft plugin

  Sources   Download

MIT

The Requires

 

by Krzysztof HasiƄski

14/05 2014

0.0.5

0.0.5.0

Mediaflow Craft plugin

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • keyteqlabs/keymedia-php *

 

by Krzysztof HasiƄski

13/05 2014

0.0.3

0.0.3.0

Mediaflow Craft plugin

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • keyteqlabs/keymedia-php *

 

by Krzysztof HasiƄski

13/05 2014

0.0.2

0.0.2.0

Mediaflow Craft plugin

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • keyteqlabs/keymedia-php *

 

by Krzysztof HasiƄski

05/05 2014

0.0.1

0.0.1.0

Mediaflow Craft plugin

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • keyteqlabs/keymedia-php *

 

by Krzysztof HasiƄski