Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nicolas Juen

    (@rahe)

    Hi,

    I remember that in the meta ‘_wp_attachment_metadata’ there is all the informations about the image. It make a Array like this :

    array (
      'width' => '480',
      'height' => '360',
      'hwstring_small' => 'height='96' width='128'',
      'file' => 'https://i.ytimg.com/vi/73Q4Emg4s8w/hqdefault.jpg',
    )

    So you can make as much as sizes as you want and display them under the description.

    Rahe

    Thread Starter onsecrethunt

    (@onsecrethunt)

    Hi Rahe,

    Thank You! for the Reply and Support ??

    Plugin Author Nicolas Juen

    (@rahe)

    no problem ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Insert Single Images size in the post.’ is closed to new replies.