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

Image sizes #37

Open
2 tasks done
lislis opened this issue Aug 28, 2019 · 2 comments
Open
2 tasks done

Image sizes #37

lislis opened this issue Aug 28, 2019 · 2 comments
Labels

Comments

@lislis
Copy link
Contributor

lislis commented Aug 28, 2019

Blog

  • 715x
  • 320x
  • @2 for each
@lislis lislis added the wp label Aug 28, 2019
@lislis
Copy link
Contributor Author

lislis commented Aug 28, 2019

  • logo size

@lislis
Copy link
Contributor Author

lislis commented Sep 12, 2019

Aktuelle Liste an Größen, die ich gebraucht habe

add_image_size( 'blog-alpaka-small', 300, 300, true );
add_image_size( 'blog-alpaka', 560, 560, true );
add_image_size( 'blog-alpaka-highdpi', 1120, 1120, true );
add_image_size( 'blog-large', 715, 590 );
add_image_size( 'blog-small', 320, 200, true );
add_image_size( 'blog-large-highdpi', 1430, 1180 );
add_image_size( 'blog-small-highdpi', 640, 400, true);

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

No branches or pull requests

1 participant