kylegilman / video-embed-thumbnail-generator

A WordPress plugin that generates thumbnails, HTML5-compliant videos, and embed codes for locally hosted videos. Requires FFMPEG or LIBAV for encoding.
http://wordpress.org/plugins/video-embed-thumbnail-generator/
GNU General Public License v2.0
48 stars 27 forks source link

Remove 'resize' event #442

Closed kylegilman closed 5 years ago

kylegilman commented 5 years ago

If possible, remove .resize event to avoid too much CPU use https://wordpress.org/support/topic/high-cpu-load-5/

kylegilman commented 5 years ago

Possible solutions https://alvarotrigo.com/blog/firing-resize-event-only-once-when-resizing-is-finished/ https://stackoverflow.com/questions/1852751/window-resize-event-firing-in-internet-explorer

kylegilman commented 5 years ago

Need to look at which elements of resize method are still necessary.