• Resolved joshua78

    (@joshua78)


    Good day,

    I have the SVG Support plugin installed and active,
    And have added the following additional CSS to bypass the “cropping” option and be able to select “skip cropping”:

    //* Add support for custom flexible header
    add_theme_support( 'custom-header', array(
    	'flex-width'    => true,
    	'width'           => 260,
    	'flex-height'    => true,
    	'height'          => 100,
    	'header-selector' => '.site-title a',
    	'header-text'     => false
     
    ) );

    This was advised in an article: https://thebrandid.com/using-svg-logos-wordpress-customizer/

    I set the ‘width’ at 200 and the ‘height’ at 200 in the code,

    Also in text editor I changed the ‘width’ to 200 and ‘height’ to 200 for the .svg file.

    However, the image doesn’t display, after “skipping” the cropping stage.

    Please could you kindly assist me.
    Kind Regards

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘SVG image won’t show in Customizer’ is closed to new replies.