• Resolved xuzo

    (@xuzo)


    I can setup custom CSS with min-widht…but it there a way to set the shortcodes to display specific image sizes? For instance , something like:

    [pods field=”logo_left_2.300*300″]

    Additionally, is it possible to use a shortcode in the image widget link URL?

    Like:

    [pods field=”$url/$folder/logo_left_2″]

    Hope I’m clear!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @xuzo

    Please see the documentation on magic tags:
    docs.pods.io/displaying-pods/magic-tags/using-magic-tags/

    Sizes are defined through names in WordPress. Other sizes do not exist within WP.

    Cheers, Jory

    Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @xuzo

    I need to come back on this one.
    Apparently we do support a form of custom image sizes like so:

    {@field_name._src.medium} (default WP size: 300 wide)
    {@field_name._src.300} (square)
    {@field_name._src.300x200} (300×200)

    Cheers, Jory

    • This reply was modified 2 years, 7 months ago by Jory Hogeveen.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to set parameters for pods shortcode display?’ is closed to new replies.