Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


English

Method 1:

...

Data URIs

Thai

วิธีที่ 1: URI ข้อมูล

...

Thai

เราสามารถโฮสต์รูปภาพ "inline" ภายในฟอร์ม (เช่น Custom HTML) หรือเมนู Userview (เช่น Rich Text Editor)

ตัวอย่างเช่นเราต้องการแสดงภาพด้านล่างใน Rich Text Editor ใน Userview Builder

Image Modified

Figure 1: Sample photo

...

  1. Save the photo above to your local.

    Thai

    บันทึกภาพด้านบนเป็นของคุณ

  2. Go to http://jpillora.com/base64-encoder/

    Thai

    ไปที่ http://jpillora.com/base64-encoder/

  3. Drag the photo saved previously into the website above.

    Thai

    ลากรูปภาพที่บันทึกไว้ก่อนหน้านี้ลงในเว็บไซต์ด้านบน

  4. Copy the code generated.

    Thai

    คัดลอกรหัสที่สร้าง


  5. Go to your Userview Builder, edit the HTML Page.

    Thai

    ไปที่ตัวสร้าง Userview ของคุณแก้ไขเมนู Userview - Rich Text Editor

  6. From the content, in the View tab, click on Source Code.

    Thai

    คลิกที่แหล่ง HTML

  7. Add the img tag into the HTML Source Editor and put in the code copied earlier into the src attribute.

    Thai

    เพิ่มแท็ก img ลงใน HTML Source Editor และใส่รหัสที่คัดลอกไว้ก่อนหน้านี้ลงในแอตทริบิวต์ src

    Code Block
    <img src="PASTE THE CODE HERE"/>

    Image RemovedImage Added


Reference: https://css-tricks.com/data-uris/

...