mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 20:36:21 +00:00
5 lines
140 B
Text
5 lines
140 B
Text
|
- local_assigns[:ratio] ||= '1by1'
|
||
|
|
||
|
.embed-responsive{ class: "embed-responsive-#{local_assigns[:ratio]}" }
|
||
|
.embed-responsive-item= yield
|