Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To improve the format as div sequence #119

Closed
ddgallo opened this issue Dec 19, 2018 · 0 comments
Closed

To improve the format as div sequence #119

ddgallo opened this issue Dec 19, 2018 · 0 comments

Comments

@ddgallo
Copy link

ddgallo commented Dec 19, 2018

To have better alignement of thumbnails and good behavior in responsive site, replace line 456 in syntax.php
$ret .= '<div>';
by

$ret .= '<div style="width: '.$data['tw'].'px; height: '. $data['th'].'px; text-align: center; '. 'vertical-align: middle; margin: 3px;">';

 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants