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
{{ message }}
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
As a result of we have <div class="pull-right-md">...</div> block. Without futurama and fotorama1534314224724. So, I can add the first one by adding it to config:
I use the widget in my project by next way:
After that I get
<div class="fotorama fotorama1534314224724">...</div>
block, which contains all the data.Now, I would like to add some extra class to the div-block. So, change my code a little:
As a result of we have
<div class="pull-right-md">...</div>
block. Withoutfuturama
andfotorama1534314224724
. So, I can add the first one by adding it to config:but what should I do with the last one?! As I can realize its name is generated on fly, that is why I can't just add it to config.
The text was updated successfully, but these errors were encountered: