skitter
skitter copied to clipboard
100% width for images
Hi,
thanks for the beautiful plugin. I am trying to achieve the sider with 100% width (not the fullscreen mode). Can I somehow how achieve it?
Hello @ssjogus!
Thanks for sharing your thoughts! It is really simple to let 100% of the width, you just need to set it in your CSS:
.skitter {
max-width: initial;
}
Please, have a look at this CodePen with this custom CSS:
https://codepen.io/thiagosf/pen/OdvmKq