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

Skip small images #2

Closed
DVeris opened this issue Jun 27, 2014 · 8 comments
Closed

Skip small images #2

DVeris opened this issue Jun 27, 2014 · 8 comments

Comments

@DVeris
Copy link

DVeris commented Jun 27, 2014

// Skip small images
            if ($width < 200 || $height < 200)
            {
                continue;
            }

please, add config width, height (in backend)

for example
width = 100
height = 100

@qzminski
Copy link
Member

Please see the develop branch.

@DVeris
Copy link
Author

DVeris commented Jun 28, 2014

sorry, i dont understand

i have images 198x288 px

they skipped

but they very important

@qzminski
Copy link
Member

Please install the updated version from ER. The image dimensions can be set in the page layout settings.

@DVeris
Copy link
Author

DVeris commented Jun 29, 2014

my news were gone!!

@DVeris
Copy link
Author

DVeris commented Jun 29, 2014

lost

@DVeris
Copy link
Author

DVeris commented Jun 29, 2014

after update

@DVeris
Copy link
Author

DVeris commented Jun 29, 2014

contao 3.2

@DVeris
Copy link
Author

DVeris commented Jun 29, 2014

when disable - news are appeared

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