• Resolved CreativeRaven

    (@arizonanorse)


    We are creating a content page using Beautiful Link Preview and we really like it. However the images we are bringing in for our compact view are too large and therefore the whole item is taking up too much space. Could you provide some guidance please?

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

    (@zeitwesentech)

    hi!

    As stated in my Introduction of the plugin you can always customize styling via CSS. Go to
    WP Dashboard – Appearance – Customize – Additional CSS – and add the following lines:

    .zwt-wp-lnk-prev.compact .zwt-wp-lnk-prev-img-container {
    flex: 10%;
    }

    depending on your theme you probably need to play around with some CSS-stylings. basically you can always override the styling via CSS – my plugin element’s css is scoped with the CSS class name “zwt-wp-lnk-prev.full” or “zwt-wp-lnk-prev.compact”

    Plugin Author zeitwesentech

    (@zeitwesentech)

    _closing topic_

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need to resize compact image’ is closed to new replies.