victorjonsson / Arlima

Article List Manager - Wordpress plugin suitable for online newspapers that's in need of a fully customizable front page
28 stars 16 forks source link

Multi preview for Arlima Article #57

Closed marekwojtaszek closed 9 years ago

marekwojtaszek commented 9 years ago

When width of preview is set as an Array it will render multiple iframes with given widths given the possibility to preview article on different screen resolutions.

Usage:

 /*
  * Define the preview width of specific lists.
  */
  function my_arlima_tmpl_width( $preview_width, $list ) {
    $preview_width = array(658,320);
    return $preview_width;
  }
  add_filter('arlima_tmpl_width', 'my_arlima_tmpl_width', 10, 2);

screen shot 2014-10-03 at 12 58 55

victorjonsson commented 9 years ago

Great! I will merge it shortly

victorjonsson commented 9 years ago

I have added this to the documentation https://github.com/victorjonsson/Arlima/wiki/Filters-and-actions#-arlima_tmpl_width