This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Hero widget image type

7 years ago · Last reply by Alex S 7 years ago

Hero image options include only cover. It should include cover and contain.

Here is the modified code snippet
wp-contentpluginsso-widgets-bundlewidgetsherohero.php line 99
*** add contain option
‘image_type’ => array(
‘type’ => ‘select’,
‘label’ => __(‘Background image type’, ‘so-widgets-bundle’),
‘options’ => array(
‘cover’ => __(‘Cover’, ‘so-widgets-bundle’),
‘contain’ => __(‘Contain’, ‘so-widgets-bundle’),
),
‘default’ => ‘cover’,
),

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 7 years, 10 months ago

    Hi Bohdanr,

    I’ve marked this thread as a feature request. We often look through these threads to get ideas for what to add in our future updates. Hopefully, we’ll be able to add this in a future update.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread