Home
last modified time | relevance | path

Searched +full:width +(+path:plugin +path:currentlyreading) -(+path:plugin +path:currentlyreading +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/currentlyreading/
H A Dsyntax.php57 // What will be the width?
58 $width = null;
60 … $width = intval(substr($pagename, $spos+1)); // The user specified a width in the markup.
61 …$pagename = substr($pagename, 0, -(strlen($pagename)-$spos)); // Strip the width declaration off o…
63 $width = $this->getConf('width'); // Get the width from the configuration settings.
90 …$imagetag = '<img class="plugin_currentlyreading" style="max-width: '.$width.'px;" src="'.ml($imag…
101 …$html = '<div class="plugin_currentlyreading'.$float.'" style="max-width: '.$width.'px;"><span cla…
/plugin/currentlyreading/conf/
H A Ddefault.php9 $conf['width'] = '250';
H A Dmetadata.php9 $meta['width'] = array('numeric', '_pattern' => '/[0-9]+/');