General
234 results found
-
[bug] unable to select top image surrounded by larger image in "freely position" mode
Cause: current selection supersedes z index in "freely position" mode when calculating hover selection. Since it is necessary to pass the mouse over the outer (lower) image to get to the inner (top) image, it is impossible to select the inner image with a relative pointing device.
To reproduce:
- Insert a large and small image into a slide.
- Switch to "freely position" mode
- Push small image "to top" button
- Move small image to is is surrounded by larger image.
- Move the mouse cursor outside the larger image, then back in and over the smaller image.
Result: the larger image is…
1 voteThe new Slides editor is always in “free positioning mode”, and handles layering much more gracefully.
-
Give yourselves a huge pat on the back.
Your slider is the only fast loading, easy to use slider I've found to use on my responsive Blogger blog. It seems to work across browsers and is seriously clean and fast. Thank you!
1 voteThanks! We’re glad to hear you like it – there’s much more to come :)
-
Recognize automatically YouTube URL
Hello,
I think that when you recognize that your user copy-paste a YouTube url like
https://www.youtube.com/watch?v=XXY-aBAlgC8
you should replace it in javascript with the corresponding html code
<iframe width="420" height="315" src="//www.youtube.com/embed/XXY-aBAlgC8" frameborder="0" allowfullscreen=""></iframe>
That is what gmail does.
I think that if you do that, it will be easy for people like me to show to john doe users that we can do much better than that PowerPoint thing :-)
Jean-Michel
1 voteWe made this possible through the media insertion dialog instead (http://cl.ly/image/2U0E1D3Z2A2I).
-
1 vote
Yearly billing is now available, a button for changing to yearly payments has been added to the billing details page.
-
Have a Way to view How much Space you've used out of your 250 mb (or 2gb on pro plan)
For some reason I can't seem to locate how much of my storage I've used up on my account.
If this is not a feature I feel it should be added.
Cheers.
1 voteA storage meter has been added to the user settings page. Here’s what it looks like: http://cl.ly/image/080z1l3U3g2r
-
add different behaviors for fragments
For example: I want to have one picture appear on screen, and then on the next "fragment," I want to replace that picture with another picture.
I don't want to go onto another slide, I just want to replace one picture with another. It would be perfectly fine if this picture just went above the old one; all I care about is that the audience sees one, and then sees another.
I can't figure out a clean way to do this with slid.es.
1 voteThe described use case should be more straight forward in the new editor that was just launched into public beta. You’ll need to add two images, turn them both into fragments, and drag them on top of each other.
-
Bug - Hybrid touchscreen with mouse support - Need to disable Touch
I finally figured out why I couldn't navigate between slides in edit mode... Because I found the same problem in "Present" mode.
Your implementation for Touch is either/or, never <and>.
When a touchscreen is detected, Touch is enabled and <disables> mouse clicks.
Recommend:
Although existing media detection can remain the same (I suspect is part of one of the Frameworks you are using so may be difficult to customize anyway), there should be a way to disable Touch specifically (ie with a checkbox that sets the touch attribute to false).For now, anyone who follows in my footsteps where you…
1 voteWe used to listen to both click and touch events but a bug fix for Android we rolled out a few days ago broke that. We’ve gone ahead and updated the implementation so that we still listen for both touch and click events for all systems except Android.
-
Speaker view on mobile [question]
Can I use speaker view on an iDevice have to work over a similar internet connection?
e.g. i have my work computer connected to "work wireless", but i can't log onto that using my phone, so i connect my phone to "Personal wireless" and use speaker mode on my personal wireless, to control a presentation on a work wireless. Would this still work to control the slides?
If not could i suggest a bluetooth connectability function, perhaps presented in a "Remote Control" application.
1 voteShort answer: yes, see comments.
-
Full offline interactive export
Complete html or other export, which will allow me offline browsing of presentation, including all the pictures and fonts, does not have to be editable.
Maybe take an inspiration from Prezi Pro single file export.Thanks
1 vote -
Give us an option to not preload a slide
I have a large presentation file with many iframes to demo content within.
This causes the load of the presentation to lag whilst it spends ages preloading all of the content.
Either give us a global switch to not preload or perhaps a control within the 'iframe' option that allows us to determine if the content is preloaded or loaded when the slide comes into view.
1 voteJust confirmed this to be working. Iframes are only loaded for the three nearest slides. This is checked every time you navigate, if a new iframe appears within the 3-slide distance it will start loading.
-
Share without ability to fork
Hi!
I would like to have the ability to share my decks without the ability for other users to fork it. Is this possible?One option would be to set the deck private but is there an alternative so that other people can still see my decks?
Br, Lauri Hellsten
1 voteSee commnets.
-
Add YAML to the list of languages for syntax highlighting (code editor)
YAML's pretty common these days, I was surprised it isn't there.
1 voteThanks for the suggestion. Unfortunately this isn’t possible since YAML isn’t supported by the syntax highlighting library that we’re using (highlight.js).
UPDATE: YAML is now supported by highlight.js and available in the Slides editor.
-
full navigation control for remote control
While using phone as remote control would be nice to have the horizontal AND vertical controls...sometimes I use vertical slides as optional stuff I might want to skip...with remote it just plays them all.
1 voteThanks for the feedback.
It’s actually already possible to navigate both horizontally and vertically using the remote control view. Try swiping in the direction that you want to navigate. Tapping on the other hand steps through all slides in the presentation, both vertical and horizontal.
-
Link to knowledgebase from editor
Add a giant question mark on the editor window that links to the knowledge base: why do I need to go the slides.com for this?
1 voteThanks for the feedback! A link to the knowledge base and help forum has been added to the bottom of the sidebar.
There was already a support link there but it’s only been visible to Pro users up until now. If this ends up increasing our support ticket queue too much we may have to revise. We’re a small team and have to prioritize speedy support for our paying customers.
-
Include speaker notes in PDF export
Possibility to export speaker notes (within the pdf export of the slides)
1 voteThis is now supported through the new “Share notes” option. Find out more here: http://help.slides.com/knowledgebase/articles/729753-sharing-decks-with-speaker-notes
-
easier to put in pictures
I want to be able to just copy and paste pictures in my presentation instead of screen shoting something and then having to download it from my drive.
1 voteHey. It’s already possible to copy and paste images directly from your clipboard. Here’s an example where I right click to copy and press CMD+V to paste in the Slides editor: http://static.slid.es.s3.amazonaws.com/social/slides-copy-paste-image.gif
Note that this only works if you haven’t already copied a block of content inside of the Slides editor. If you’ve already copied a block you can reload the editor. Those two conflict because we have our own copy-paste logic in the editor and can not tap into the operating system’s own logic.
-
responsive export presentations
embebed export presentation to be responsive
1 voteThe presentation inside of the embedded iframe is already responsive. However you the embedding site will need to use CSS to resize the iframe element based on viewport size and layout.
In some cases it might be enough to change the “width” attribute in the embed code to 100%.
-
Can slides support the svg animation what create by adobe edge animate
I often make svg animation by adobe edge;
it will be very useful;
sorry for my Chinglish1 voteWe try to support all SVG. If something isn’t working please let us know by sending a message through the Contact Support link on help.slides.com
-
Select multiple images and then set border on all of them at once
When i use multi selection, border icon disapear. It will be faster for me to shift click on all the images and then select the border I want to apply
1 voteThis was enabled some time ago when we added support for bulk-editing all shared properties of the currently selected blocks.
-
Allow reset of timer on speaker view
Being able to reset the timer on the speaker's view would be nice. It would allow one to get prepared but then still have a valid timer.
Thanks!
Matt1 voteHi Matt – you can click on the timer to reset it, like this: http://f.cl.ly/items/2m2v2U0l2y1d2r093W3c/speaker-view-reset-timer.gif
- Don't see your idea?