Image change on page

Hello i’m thinking of using sitecake to use on a simple website that i’m making.

I tried the demo extensively, but i didn’t find an option to people change the image or upload a new one, this is because i’m afraid that if someone place another img block it does not have those same styles applied,
Is there any feature like that?

Thank you

Hi Nunoooo,

I believe the developers are working on making that possible in upcoming releases. However, you could give all img styles within a specific div container a specific style OR you could use ‘user styles’ to facilitate multiple different variations.

For instance, you could do like:

<div class="sc-content extraclass"><img src=""></div>

and then assign a class to the images like so in the css file:

.extraclass img { your styles here }

OR use user styles:

https://sitecake.com/docs/user-styles.html

Thank you for the reply friend!

Do you know when it will be ready? :stuck_out_tongue:

Yes i was trying to avoid that solution, but as a last case scenario ill do like you say

Thank you once again :wink: