skitter icon indicating copy to clipboard operation
skitter copied to clipboard

100% width for images

Open ssjogus opened this issue 2 years ago • 1 comments

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?

ssjogus avatar Nov 10 '23 10:11 ssjogus

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

thiagosf avatar Nov 10 '23 14:11 thiagosf