Viewing 8 replies - 1 through 8 (of 8 total)
  • Dear wolfgangw.
    Thank you for using.

    Settings -> Pz LinkCard -> External link -> Thumbnail

    Change none to Use WebAPI


    If you use another WebAPI ,

    Settings -> Pz LinkCard -> Web-API

    Change http://xxxxxxx/%URL%


    Sorry , I defficult another Japanese language , but I want to be your help.

    Sorry, I was a misunderstanding.

    Pz-linkcard can’t change the size of thumbnails.

    If you are in trouble in the display of the mobile , I want you to try the next thing.

    Settings -> Pz LinkCard -> Layout ->

    Please , You check Resize.

    Thread Starter wolfgangw

    (@wolfgangw)

    Thanks for answering my question.

    More precisely, my question is as follows:

    1) The width of the thumbnails in the link cards is 100px.
    2) I changed the width of the standard thumbnails on my site to 200px.
    Is it possible (and how) to use the thumbnail width of my site (200px) in the link cards?
    Maybe i missed something.
    Wolfgang

    Thanks dear.
    First of all , answers in Japanese to me to organize.
    Also described English that was translated into after this.
    This procedure is my effort to reduce the misunderstanding due to translation.

    wolfgangwさん、ありがとうございます。
    まずは日本語で回答します。この後に翻訳したものを載せます。これは翻訳による誤解を少しでも減らすための私の努力です。

    ---回答---
    Pz-LinkCardでは 100px × 100px のサムネイルを使用することを前提としています。そのため、横幅200pxでは表示出来ないようになっています。

    直接スタイルシートを変更することで、一応の対応をすることが出来ます。

    /wp-content/uploads/pz-linkcard/style.css

    の中の、

    .lkc-thumbnail {
      max-width: 100px;
      max-height: 100px;
    }

    が直接の原因なので、ここを直すことで解決の助けになるかも知れません。

    もしくは、wolfgangwさんが実現したいと思っているデザインを画像などで教えて貰えるとそれを実現するための作業を私が出来るかも知れません。

    Dear.

    Thumbnail of this plug-in did not think only be displayed in a size of 100px.

    If you can modify the StyleSheet , there is a possibility that can be changed only your site.

    Path & File name

    /wp-content/uploads/pz-linkcard/style.css

    Points

    .lkc-thumbnail {
      max-width: 100px;
      max-height: 100px;
    }

    You change 100px to 200px , then you can.


    Or, If any result to show me that the one image you want to , there is a possibility that I can make an effort to achieve it.

    I’m sorry in a way of talking like a child.
    But, I have wanted to be maximum , for your help.

    Thanks!

    Thread Starter wolfgangw

    (@wolfgangw)

    Many Thanks!!!

    I think this is a way I can do my task.

    I also am not a native english speaker.

    Thank you very much for your interest in my things
    and for your detailed help !!!

    Wolfgang

    Thread Starter wolfgangw

    (@wolfgangw)

    I made th following changes:
    .lkc-thumbnail {
    max-width: 200px;
    max-height: 200px;
    padding: 0;
    margin: 10px 10px 10px 10px;
    float: left;
    }
    .lkc-thumbnail-img {
    max-width: 200px;
    max-height: 200px;
    border: 1px solid #222;
    /*THUMBNAIL-RADIUS*/
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    }

    That does the job!!!
    Thank You

    Dear.

    I’m glad.
    I think you the best results were put out.

    Also then I want to help When you’re in trouble .

    Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Change the Size of screenshot’ is closed to new replies.