Cover image size
-
Hi There
Great work. Is there a simple way to override these dimensions for the cover image in bp-custom.php or functions.php?
public function change_cover_args( $args ) { $args['theme_handle'] = 'stax-buddy-builder-bp'; $args['width'] = 1300; $args['height'] = 900; return $args; }
Best,
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cover image size’ is closed to new replies.