What's the right way to call for help, polyline points? What if I want to make this small?

<polyline class="a" points="4960,1920 11040,8000 4960,14080 "></polyline>

the current size is this
clipboard.png

I want to be small in proportion. What tools can I use?
calls to polyline, for the first time, so I don"t know where to categorize it.


you can zoom it using css style transform:scale, such as the following example: zoom by 50%

<polyline class="a" points="4960,1920 11040,8000 4960,14080 " style='transform:scale(0.5)'></polyline>
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b316c5-2b5e5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b316c5-2b5e5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?