Single image is being output as thumbnail oxygen builder

Support General Single image is being output as thumbnail oxygen builder

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29739
    DSGadminDSGadmin
    Participant

    MY setting is medium large but when I pull the field using oxygen builder it comes as a thumbnail - how can I make this be pulled in a higher res?

    Screenshot: tutorials.dreamsitegurus.com/video/krmq9ced1ava3i2fu

    [oxygen ct_sign_sha256='e7e2ed19d2800922697281f2fbd25c1929531aa89e61bc8665c68f6289af9419' data='phpfunction' function='wpdd_get_mb_settings_logo_url' ]

    #29742
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Thank you for getting in touch.

    The setting image_size in the field settings is used to display the thumbnail size (preview) in the backend. On the frontend, you need to add the second argument to the helper function

    $images = rwmb_meta( 'info', array( 'size' => 'thumbnail' ) );

    Get more details here https://docs.metabox.io/fields/image-advanced/#settings

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.