Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the onecom-wp domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /customers/d/9/d/mlund.dk/httpd.www/wp-includes/functions.php on line 6131
Warning: Cannot modify header information - headers already sent by (output started at /customers/d/9/d/mlund.dk/httpd.www/wp-includes/functions.php:6131) in /customers/d/9/d/mlund.dk/httpd.www/wp-content/plugins/onecom-vcache/vcaching.php on line 621
Warning: Cannot modify header information - headers already sent by (output started at /customers/d/9/d/mlund.dk/httpd.www/wp-includes/functions.php:6131) in /customers/d/9/d/mlund.dk/httpd.www/wp-content/plugins/onecom-vcache/vcaching.php on line 629
Medier er det område i admin i WordPress, hvor alle filer, herunder billeder, pdf-filer mm. implementeres.
Som standard organiseres uploads i mapper efter måneds- og årsbaserede mapper. Dette kan ændres under Indstillinger – Medier.
WordPress opretter flere kopier af opload billeder. Miniaturestørrelse anvendes til standard galleri.
Dernæst oprettes medium og store størrelse, hvis disse ikke ønskes oprettet, skrive 0 i felterne.

I functions.php kan man oprette andre billedestørrelser. Inspirationskilde.
add_image_size( 'thumb-small', 130, 130, true );
add_image_size( 'thumb-standard', 320, 320, true );
add_image_size( 'thumb-medium', 520, 292, true );
add_image_size( 'thumb-large', 720, 405, true );
add_image_size( 'marsvin', 400, 400, true );

FileBird gør det muligt, at oprette mapper i medier admin.
I free version kan der oprettes op til 10 mapper.
