Hi All,
Is there a way to do the following
Imbed (via IMG tag) all images - display original width up to 1040 pix
Attach - use thumbnails and carousel.
Here's my current settings which thumbnails everything - even imbedded images.
kind of like this post https://www.simplemachines.org/community/index.php?topic=588617.0 but using a carousel for the attachment at the bottom - appears this forum uses a lightbox plug in or some code to override the default carousel.
We don't have a carousel as part of smf core...
Quote from: Kindred on April 12, 2024, 09:12:58 PMWe don't have a carousel as part of smf core...
Thanks for the quick response Kindred - this is what I have in my forum with the above settings and attachments - like I said the max size for thumbnails seems to also control imbedded images in addition to attachments ie make no distinction - you might refer to it as a slideshow?
No... as defined in the settings, smf will display attachments thumbnails under/after the post, if that is your setting... and those thumbnails will display the full image if clicked. But it's just a list... there is no carousel or slideshow.
That is core smf... as it behaves on THIS site here...(simplemachines.org)
As of 2.1, users can ALSO choose to include attachments inline inside the post-content... and can also, as always, include EXTERNAL images inside an img bbc tag.
If you have some other behavior, then you modified something.
The max width is defined here
index.php?action=admin;area=postsettings;sa=posts
index.php?action=admin;area=manageattachments;sa=attachments
Oddly, it seems that the same setting may be in two places...
OK Thanks Kindred.
Marking solved unless
@ColinJM says different.
Thanks Steve.