add_filter( 'tiled_gallery_content_width', 'personal_full_tiled_gallery_width' ); function personal_full_tiled_gallery_width( $width ) { $width = 1140; return $width; }
Pensées pour moi-même...
par Stefano /
add_filter( 'tiled_gallery_content_width', 'personal_full_tiled_gallery_width' ); function personal_full_tiled_gallery_width( $width ) { $width = 1140; return $width; }