Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #1157652

    lmirsky
    Participant

    Hi there,

    I am using the blockquote for testimonials. I would like to add a small thumbnail pic of the person within the element. I do not see where or how I would go about inserting an image and I did not see image as one of the element options to drop and drag.

    Appreciate you help!

    Thank you, Laura

    #1157904

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can use a Raw Content element and add your custom HTML with Blockquote shortcode. Follow the example below.

    
    <img style="float:left; margin-right:5px;" src="https://www.publiclibrariesforhealth.org/system/asset/resource/preview_image/11/thumbnail_PLFH_Icon_Tools.jpg">
    [x_blockquote cite="Mr. WordPress" type="left"]It was the most amazing WordPress theme I had ever seen. Such beauty. Such grace. Such elegance. She was everything I never knew I wanted and so much more. My beloved X will be with me always.[/x_blockquote]
    

    Hope that helps.