You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make this work it's going to need to generate some html so a renderer will be necessary so that it can find the width of the image and then place that width around the div of the image and text.
<divclass='figure' style="width: 200px"><imgsrc="images/octocat.png" /><divclass='caption'>Captioned content under the image because</div></div>
Implement a slide class for the Picture with Caption
How the user defines the title slide in their presentation
Implementation
Register the particular renderer in the
slide_post_renderers.rb
Implement a solution that is similar to
columns_renderer.rb
.The text was updated successfully, but these errors were encountered: