Results 20 comments of Craig Dennis

I was using the spinner in combination while inserting image data. I was using the 'error' style to display errors while fetching from an API or inserting images. I can...

I've just found https://www.figma.com/plugin-docs/api/properties/figma-notify/ which allows me to cancel a notice and specify the duration before timeout. Which is handy.

I'm also now finding the the alternate search workaround fails. It only seems to search the first directory (even though the config shows it should search both). `` will concat...

You need to assign a variable name to the slider in order to control it. var slider = $('#slider1').bxSlider({ mode: 'fade', controls: false }); Then you can do: $('#slideone).click(function(event){ event.preventDefault();...

You could write something that gets the height of the image/div onAfterSlide and resizes the height to that.

You need to check how many potential slides exist before calling BXSlider. You can use the .length utility in jQuery. http://api.jquery.com/length/ Something like: // If there is more than 1...

This also happens when only setting padding. I hope the fix affect all calculations.

It would be great if this could be merged in.

+1 for the little details

> making the template an ignored file should do the trick here - easiest way would be to prefix it with an underscore. This results in no file being output...