Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2779328
srcset
Closed

Comments

  • gulkana started the conversation

    Hello,

    Is there a way to disable the use of srcset?

    Thanks so much.

  •  2,495
    PenciDesign replied

    Hi,

    Please follow this step to remove "srcset":

    1. Install the plugin Code Snippets;
    2. Add a new snippet with the following code:
      add_filter( 'wp_calculate_image_srcset_meta', '__return_null' );
    3. Press the "Save changes and Active" button. You are good to go.

    Best Regards,
    PenciDesign.